/cakeshop

Example laravel project for cake shop

Primary LanguagePHP

Laravel cake shop example

An example Laravel App with Shopping Cart functionality.

Automatic install, build and run

This is just local installation using Docker.

  • Download docker from Docker site.
  • Clone this project and cd into it
git clone https://github.com/AlexCollin/cakeshop.git 
cd cakeshop

Handle start or stop project after build

Run command in the project folder to start

docker-compose up -d

Run command in the project folder to stop

docker-compose down