- Installation
- Download
git clone https://github.com/BayuRifkiAlghifari/GUD-FRAMEWORK-PHP.git
or Download on this repository
- Base URL Configuration
Open config.php
in app/config/config.php then change according to the name of your project name
<?php
const base_url = 'http://localhost/Your Folder Name/';
?>
- Database Configuration
Open database.php in app/config/database.php then change according to your database configuration
<?php
const db_name = 'YOUR DATABASE NAME';
const db_host = 'localhost';
const db_user = 'root';
const db_pass = 'YOUR DATABASE PASSWORD';
?>
- Composer
composer dump-autoload
composer install
- Finish
Ready to use
- Features
- Routing
- File upload
- ORM Model
- Query Builder
- PSR 4 Autoloadings