Laravel E-commerce

installation :

after install the source code open Terminal to use these command line:

  • composer install
  • cp .env.example .env
  • create new database
  • php artisan key:generate
  • php artisan storage:link
  • php artisan migrate --seed
  • npm install
  • npm run dev
  • php artisan serve
  • mkdir storage/app/public/images
  • mkdir storage/app/public/images/products
  • mkdir storage/app/public/images/covers
  • add your default image (should be the name is 'default.png' or custom the default name from ProductMedia migration table)

Permission folder ( Linux | Mac)

  • sudo chmod -R 777 settings.json
  • sudo chmod -R 777 storage/app/public/images/

Try

https://cartwhite.tk

My site

https://alijumaan.com

  • enjoy...