Reusables is an open sourced PHP framework for reusing views and various features across one or multiple sites to increase the speed and robustness of websites.
- Create a new directory, then navigate to that directory in your terminal. Then enter:
$ composer require miltonian/reusables
$ cd vendor/miltonian/reusables
$ sh prepare_fromscratch.sh
- In terminal, go to your project's root directory. Enter:
$ composer require miltonian/reusables
$ sh vendor/miltonian/reusables/prepare_reusables.sh