Skip to content

brajeshsinghthedev/Laravel-10-shopping-cart

Repository files navigation

Set up :

  1. Clone the repository
  2. composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Set the database credentials in the .env file
  6. Set the Braintree credentials in the .env file
  7. Import db file (database/e-shop.sql) into the database (mysql,sql)
  8. npm install
  9. npm run watch
  10. run command[laravel file manager]:- php artisan storage:link
  11. Edit .env file :- remove APP_URL
  12. php artisan serve or use virtual host
  13. Visit localhost:8000 in your browser
  14. Visit /admin if you want to access the admin panel. Admin Email/Password: [email protected]/1111. User Email/Password: [email protected]/1111

Screenshots :

screencapture-e-shop-loc-admin-2020-08-15-15_47_37

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published