Notice: This project not Good. So, I use it for myself ;)
- 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.
- nikic/fast-route: Route
- league/container: Manage container
- symfony/http-foundation: Request, Response
- filp/whoops: Manage error message
- vlucas/phpdotenv: .env file
- league/plates: Native PHP template
- illuminate/database: Database Eloquent like Laravel
- rakit/validation: Validate Input
- jasongrimes/paginator: Paginator ;)
I use AdminLTE for UI. I Love this UI.
Thanks
I'm lazy. So, Just use package :D
Have a great day ;)