An open API service indexing awesome lists of open source software.

https://github.com/wasilolly/php-mvc-core-2021


https://github.com/wasilolly/php-mvc-core-2021

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# PHP-MVC-CORE-2021


  1. Download the archive or clone the project using git

  2. Create database schema

  3. Create .env file from .env.example file and adjust database parameters (including schema name)

  4. Run migrations by executing php migrations.php from the project root directory

  5. Go to the public folder

  6. Start php server by running command php -S localhost:4000