IVE_TM_FYP_Smart_Shop
IVE_TM_FYP_Smart_Shop_1920
Laravel PHP Framework
Laravel 6.0 AdminLTE v3
Setup:
All you need is to run these commands:
composer install
cp .env.example .env
php artisan key:generate
npm install
npm run dev
php artisan storage:link
sudo chmod 777 storage/app/public/
php artisan migrate:refresh --seed
php artisan passport:install
php artisan serve
Login
admin@admin.com | password | $2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi user@user.com | password | $2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi
Publish UpGrade
https://huanxiang.codes/smart-shop
git pull smart shop repo
https://huanxiang.codes/aws_setting/ive_tm_fyp_smart_shop/git-pull
migrate server DB data -> fresh --seed
https://huanxiang.codes/aws_setting/ive_tm_fyp_smart_shop/migrate