Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tqt97/php-mvc-project
- Owner: tqt97
- Created: 2022-01-22T15:01:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T03:32:49.000Z (about 3 years ago)
- Last Synced: 2024-11-17T15:54:57.320Z (3 months ago)
- Topics: mvc, php
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PHP MVC framework
Base on PHP MVC
----
## Installation1. 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