Skip to content

Fully-featured online store built with Laravel 🏪

Notifications You must be signed in to change notification settings

JuanCote/BachiraShop

Repository files navigation

BachiraShop

BachiraShop - online shop written with laravel. This store includes the main functions of an online store. For example, regular authorization, selecting products, adding to cart, placing an order.

bachira.mp4

Installation

Clone the repository

  git clone https://github.com/JuanCote/BachiraShop.git

Configure your services and environment settings in Laradock.

Start Laradock services:

  cd laradock
  docker-compose up -d

For more information on Laradock setup, refer to the Laradock documentation.

Copy the example env file and make the required configuration changes in the .env file

  cp .env.example .env

Run the database migrations (Set the database connection in .env before migrating)

  php artisan migrate

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About

Fully-featured online store built with Laravel 🏪

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published