https://github.com/wasilolly/php-mvc-core-2021
https://github.com/wasilolly/php-mvc-core-2021
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wasilolly/php-mvc-core-2021
- Owner: wasilolly
- Created: 2021-09-22T16:04:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T18:40:43.000Z (over 3 years ago)
- Last Synced: 2025-02-03T12:34:58.436Z (4 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-MVC-CORE-2021
- Download the archive or clone the project using git
- Create database schema
- Create .env file from .env.example file and adjust database parameters (including schema name)
- Run migrations by executing php migrations.php from the project root directory
- Go to the public folder
- Start php server by running command php -S localhost:4000