Skip to content

roevevgen/shoping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 30, 2020
9b61c45 · Jul 30, 2020

History

16 Commits
Jul 30, 2020
May 19, 2020
May 19, 2020
Jul 30, 2020
May 19, 2020
Jul 30, 2020
Jul 30, 2020
May 19, 2020
May 19, 2020
May 19, 2020
May 19, 2020
May 19, 2020
May 19, 2020
Jul 18, 2020
May 19, 2020
Jul 19, 2020
Jul 18, 2020
May 19, 2020
Jul 30, 2020
Jul 17, 2020
Jul 18, 2020
Jul 30, 2020
Jul 30, 2020
Jul 30, 2020
Jul 30, 2020
May 19, 2020
May 19, 2020
May 19, 2020
May 19, 2020
Jul 30, 2020
Jul 30, 2020
Jul 30, 2020
Jul 30, 2020
Jul 30, 2020
May 19, 2020

Repository files navigation

Installation

Clone the repo

git clone https://github.com/roevevgen/shoping.git

Switch into the newly created repo folder

cd shoping

Create the .env file

cp .env.example .env

Install the dependencies

First, download the Laravel installer using Composer:

composer global require laravel/installer
npm install

Make sure to place Composer's system-wide vendor bin directory in your $PATH so the laravel executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:

    macOS: $HOME/.composer/vendor/bin
    Windows: %USERPROFILE%\AppData\Roaming\Composer\vendor\bin
    GNU / Linux Distributions: $HOME/.config/composer/vendor/bin or $HOME/.composer/vendor/bin


Generate encryption key

php artisan key:generate

Seed the database

php artisan migrate:fresh --seed

About

Интернет магазин

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published