Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muhammadpauzi/admin-php-native-mvc


https://github.com/muhammadpauzi/admin-php-native-mvc

admin mvc php-mvc php-native routing template-engine

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

```bash
# instalation & run the local server

git clone https://github.com/muhammadpauzi/admin-php-native-mvc.git

cd admin-php-native-mvc

composer install

composer dump-autoload

php -S localhost:8000

```