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

https://github.com/andhikayuana/mymvc

MVC using PHP
https://github.com/andhikayuana/mymvc

Last synced: 3 months ago
JSON representation

MVC using PHP

Awesome Lists containing this project

README

          

# mymvc
This is simple MVC using PHP, Eloquent, Bootstrap

# Configuration
1. Change RewriteBase .htaccess on root/public
2. Change ROOT_DIR and PUBLIC_DIR to your folder

# Database
1. 'driver'=>'driver_db',
2. 'host'=>'your_server',
3. 'username'=>'your_username',
4. 'password'=>'your_password',
5. 'database'=>'your_database',
6. 'prefix'=>'', set this if you are using prefix on the table