Skip to content

andhikayuana/mymvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MVC using PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published