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

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.

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.