Custom MVC framework developed using core PHP 7.4 to handle API requests with routing support to controllers
- Controllers
- API requests
- Models
- Database support
- Migration support
- Views
- Routing
- Install PHP 7.4
- Install Composer 2.0.11
- Create Database
- Set DB configurations in
public/index.php
&migrations.php
files
composer init
composer update
php migrations.php
goto public folder cd public
php -S localhost:8080