Skip to content

trungpv1601/PigFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pig Framework

Custom framework with PHP packages

Notice: This project not Good. So, I use it for myself ;)

1. How to setup this project

  • Just create database and import file database.sql
Username: admin
Password: admin
  • Change correct infomation about Username & Password MYSQL in file .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=PigFramework
DB_USERNAME=root
DB_PASSWORD=secret
  • Change APP_URL and APP_NAME in file .env,
APP_NAME='Pig Framework'
APP_DEBUG=true
APP_URL=http://localhost:8000
  • APP_DEBUG above true if you want show error, false if not.

2. Some package I use in this project:

I use AdminLTE for UI. I Love this UI.

Thanks

I'm lazy. So, Just use package :D

Have a great day ;)