miltonian/reusables

Reuses views, functions and other modules to make development faster and more reliable

Maintainers

Package info

github.com/miltonian/reusables

pkg:composer/miltonian/reusables

Statistics

Installs: 289

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0


README

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