A simple model-view -controller PHP template to get started with big project that fits for both newcomers and experienced architects providing ease of use, solid foundation and total flexibility. It does not use any additional flavors and yet simple to setup and use, thus suitable for anyone. Some of the feature include:
Ensure you have composer installed (Adding library using composer help you get rid of adding each required class manually. )
composer create-project murage/mvc demo (replace demo with your project name)In the root folder, run composer install
Rename example.env file in the root folder to .env and modify the values as appropriate
Now your template is ready. Feel free to rename the folder to suit your project name.
NB: The project uses sqlBuilder for database transactions interaction
Contributions on ways to improve the project are welcomed. Please feel free to fork, download or open any issues.
MIT License.
Inspired with ❤ by Laravel Framework