My PHP MVC framework
Via composer
composer create-project mohamed179/php-mvc-framework example-app
You have to create .env file to configure your application.
You can have cope from .env.example file then write your own configuration
cp .env.example .env
You have to run the following command to start serving the application
cd public/
php -S localhost:8000
Then go to: http://localhost:8000
You can run cli commands by running cli
file
php cli --help
php cli migrate
php cli make:controller PostController --model Post
This PHP framework is open-source software licensed under the MIT license