Mini PHP framework created by Brad Traversy through his udemy course. Customized by me and used as base for integrating and testing new technologies.
Copy the project in your folder. Follow the instructions to complete the installation.
- Apache Server
- PHP 5.6+
- Mysql Database
Install XAMPP for an easy quickstart
Create a database of your choice in PhpMyAdmin
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');
Modify the .htaccess file inside the public folder to match the name of your installation folder
- Brad Traversy - Initial work - Brad Traversy
See also the list of contributors who participated in this project.
This project is licensed under the MIT License