AbdoelMadjid / laravel_shop_cart

e-shop on Laravel9 + Vue.js PHP8

Home Page:https://uls.northeurope.cloudapp.azure.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Laravel + Vue.js e-commerce template that will make it easy for you to start your own online store.

There is the DEMO ULE-shop.

Video presentation

sshot_shop

  1. Setup docker and docker-compose on your local machine.
  2. Create the .local_data folder in the root directory of the project
  3. Install git. Fetch this project from Github (git clone).
  4. Copy ".env.example" file and rename to ".env". Edit the .env file (connect to DB).
  5. Run "docker-compose up" (you may need to restart docker-compose up 3-4 times).

Local endpoints:

  • localhost -- Main App
  • localhost:8088 -- Temporal UI

To reset roadrunner server execute

docker-compose exec roadrunner rr -c /etc/.rr.yaml reset

To observe roadrunner workers execute

docker-compose exec roadrunner rr -c /etc/.rr.yaml workers -i

How to use xdebug with roadrunner

It uses roadrunner, Laravel/Octane and temporal. If you prefer more traditional nginx/php server, checkout to the version 0.01 please.

Uladzimir Sadkou: hofirma@gmail.com

About

e-shop on Laravel9 + Vue.js PHP8

https://uls.northeurope.cloudapp.azure.com/

License:MIT License


Languages

Language:PHP 73.8%Language:Blade 18.3%Language:Vue 7.1%Language:Dockerfile 0.4%Language:Shell 0.3%Language:Roff 0.1%