SHOE STORE MINI PROJECT
clone the repo to your local machine
git clone https://github.com/misgana96/shoe.git
cd shoe
Run composer install
Run yarn install or npm install
Run cp .env.example .env
configure the .env file
Run php artisan migrate
Run php artisan db:seed
- commit "if (!$sessionKey) throw new \Exception("Session key is required.")" in the vendor/darryldecode/cart/src/Darryldecode/Cart/Cart.php;