Skip to content

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

License

Notifications You must be signed in to change notification settings

miltonian/reusables

Repository files navigation

Reusables

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.

Installation

New Project

  • 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 

Add to Existing Project

  • In terminal, go to your project's root directory. Enter:
$ composer require miltonian/reusables
$ sh vendor/miltonian/reusables/prepare_reusables.sh 

License

MIT License

Get Started

Get Started

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published