Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 607 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 607 Bytes

mvc-api-framework-php

Custom MVC framework developed using core PHP 7.4 to handle API requests with routing support to controllers

Features:

  • Controllers
  • API requests
  • Models
  • Database support
  • Migration support
  • Views
  • Routing

PreRequsitites:

  1. Install PHP 7.4
  2. Install Composer 2.0.11
  3. Create Database
  4. Set DB configurations in public/index.php & migrations.php files

composer commands:

composer init
composer update

Run Migrations:

php migrations.php

Start the server:

goto public folder cd public

php -S localhost:8080