Skip to content

alexstulov/online-shop

Repository files navigation

Demo Online Shop

This is small experiment with Laravel & Bootstrap 5 & Sail.

Online Shop Preview

How to deploy locally

  • clone and install dependencies
$ git clone ...
$ cd online-shop
$ composer install
$ mv .env.local .env
$ php artisan key:generate
$ ./vendor/bin/sail build --no-cache
  • run backend
$ ./vendor/bin/sail up
  • in another terminal tab run frontend
$ npm i
$ npm run dev
  • go to http://0.0.0.0
  • in case of 'No Application Encryption Key Has Been Specified':
$ ./vendor/bin/sail artisan key:generate
$ ./vendor/bin/sail artisan config:cache

About

Laravel online shop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages