Skip to content

cameroncollector/laravel-cart-manager-demo

 
 

Repository files navigation

Demo of Laravel Cart Manager

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

Installation

You can also download and run this app locally.

  1. Clone the repo:
git clone https://github.com/freshbitsweb/laravel-cart-manager-demo.git [DIRECTORY_NAME]
  1. Create .env file from the example file:
composer run-script post-root-package-install
  1. Setup .env variables

  2. Run following commands:

composer install
composer run-script post-create-project-cmd
php artisan storage:link
php artisan migrate --seed

Done.

About

Demo of Laravel Cart Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.9%
  • HTML 15.1%