List packages used :
- Laravel
- Liveware
- Laravel/ui
- Mysql
- Authentication (Login , Register)
- jersey selection menu
- jersey detail menu
- carts menu
- checkout menu
1) Download or clone the package https://github.com/wgnalvian/jerseypedia-laravel-livewire
2) Copy file .env.copy
to .env
&& setting
3) Do migrate database with command php artisan migrate
4) Do seeder data with command php artisan db:seed
5) Install require packages with command composer i
6) Generate new key application with command php artisan key:generate
7) Run developer server with command php artisan serve
- Thankyou https://github.com/afifbasya for the tutorial