Core is a simple light weight PHP MVC Framework, built to use for my PHP projects where Laravel and other PHP frameworks have way too much for my needs. Core has a simple Router, User Authentication, Template engine with Twig, MySQL and MariaDB Database support.
-
Clone the repo:
git clone https://github.com/deondazy/core.git
-
Install composer packages:
composer install
-
Install NPM packages:
npm install
-
Create a Database
-
Copy
.env.example
contents to.env
and fill in the necessary credentials
Thank you for considering contributing to Denosys Core framework! Any contributions you make are greatly appreciated.
If you have any suggestion that would improve this framework, please fork this repo and create a pull request. You can also open an issue with the tag "improvement". Please don't forget to give this project a star! Thanks again!
- Fork this repo
- Create a Feature Branch (
git checkout -b feature/ImprovementFeature
) - Commit your changes (
git commit -m 'Add some ImprovementFeature'
) - Push to the Branch (
git push origin feature/ImprovementFeature
) - Open a Pull Request
Denosys Core framework is open-sourced software licensed under the MIT License. See LICENSE.txt
for more information.
Deon Okonkwo - @deondazy - [email protected]
Project Link: https://github.com/deondazy/core