Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tqt97/php-mvc-project

Project MVC PHP
https://github.com/tqt97/php-mvc-project

mvc php

Last synced: 21 days ago
JSON representation

Project MVC PHP

Awesome Lists containing this project

README

        

# PHP MVC framework
Base on PHP MVC
----
## Installation

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 `composer install`
5. Run migrations by executing `php migrations.php` from the project root directory
6. Cd to the `public` folder
7. Start php server by running command `php -S localhost:8080`
8. Open in browser http://localhost:8080