https://github.com/andhikayuana/mymvc
MVC using PHP
https://github.com/andhikayuana/mymvc
Last synced: 3 months ago
JSON representation
MVC using PHP
- Host: GitHub
- URL: https://github.com/andhikayuana/mymvc
- Owner: andhikayuana
- Created: 2015-08-12T08:36:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T08:46:00.000Z (about 10 years ago)
- Last Synced: 2025-01-18T03:45:52.252Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 879 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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