Skip to content

Mini PHP framework created by Brad Traversy. Customized by me and used as base for integrating and testing new technologies.

License

Notifications You must be signed in to change notification settings

mohammedbakr/BakrMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini PHP framework

Mini PHP framework created by Brad Traversy through his udemy course. Customized by me and used as base for integrating and testing new technologies.

Getting Started

Copy the project in your folder. Follow the instructions to complete the installation.

Prerequisites

  • Apache Server
  • PHP 5.6+
  • Mysql Database

Install XAMPP for an easy quickstart

Database

Create a database of your choice in PhpMyAdmin

Config File

Modify the app/config/config.php file according to your needs.

//Database Configuration
define('DB_HOST', 'localhost');
define('DB_USER', '_YOUR_USER_');
define('DB_PASS', '_YOUR_PASS_');
define('DB_NAME', '_YOUR_DBNAME');

htaccess file

Modify the .htaccess file inside the public folder to match the name of your installation folder

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License

About

Mini PHP framework created by Brad Traversy. Customized by me and used as base for integrating and testing new technologies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages