Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Aplikasi online shop yang sudah terintegrasi dengan midtrans dan raja ongkir.

License

Notifications You must be signed in to change notification settings

bayurifkialghifari/php-toko-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUD-FRAMEWORK-PHP

  • Installation
  1. Download

git clone https://github.com/BayuRifkiAlghifari/GUD-FRAMEWORK-PHP.git or Download on this repository

  1. 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/';
?>
  1. 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';
?>
  1. Composer
	composer dump-autoload
	composer install
  1. Finish

Ready to use

  • Features
  1. Routing
  2. Email
  3. File upload
  4. ORM Model
  5. Query Builder
  6. PSR 4 Autoloadings

About

Aplikasi online shop yang sudah terintegrasi dengan midtrans dan raja ongkir.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published