Online Demo - https://laravel-cart-manager.freshbits.in
This repo contains the code for the demo of Laravel Cart Manager package.
The documentation of the package can be found at - https://docs.freshbits.in/laravel-cart-manager
You can also download and run this app locally.
- Clone the repo:
git clone https://github.com/freshbitsweb/laravel-cart-manager-demo.git [DIRECTORY_NAME]
- Create
.env
file from the example file:
composer run-script post-root-package-install
-
Setup .env variables
-
Run following commands:
composer install
composer run-script post-create-project-cmd
php artisan storage:link
php artisan migrate --seed
Done.