Mods is a web application framework with focus on simplicity, modularity, powerful features and performance. Re-usable code would always stay at one place and thus it would be easy to maintain the code because you would have to make the changes at a single place only. To re-use this piece of code, all you have to do is call the function wherever required. Mods attempts to take the pain out of development by providing modular based architecture and doing the heavy lifting.
Mods is based on Laravel by Taylor Otwell.
- Laravel: 5.5.*
- PHP: 7
- Author: Sunel ([email protected])
Mods Provides few out of the box modules, such as:
composer create-project mods/mods new dev-master
php artisan theme:compile
Thank you for considering contributing to the Mods framework! The contribution guide can be found in the Mods documentation.
If you discover a security vulnerability within Mods, please send an e-mail to Sunel Tr at [email protected]. All security vulnerabilities will be promptly addressed.
The Mods framework is open-sourced software licensed under the MIT license.