https://github.com/mannuelf/php
A Project for learning foundational concepts in coding with PHP by building a blog and CMS backend in procedural PHP. Modernise the code base and bring it under test.
https://github.com/mannuelf/php
mvc mysql php
Last synced: 2 months ago
JSON representation
A Project for learning foundational concepts in coding with PHP by building a blog and CMS backend in procedural PHP. Modernise the code base and bring it under test.
- Host: GitHub
- URL: https://github.com/mannuelf/php
- Owner: mannuelf
- Created: 2017-04-05T03:11:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T21:09:10.000Z (about 8 years ago)
- Last Synced: 2025-03-12T11:31:56.512Z (over 1 year ago)
- Topics: mvc, mysql, php
- Language: JavaScript
- Homepage:
- Size: 4.27 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP
To run files clone repo to your local and run command in root
```
php -S localhost:8000
```
### Front end
http://localhost:8000/
### Admin
http://localhost:8000/admin/
### Development
Run a local PHP server keep it simple for now.