Skip to content

Latest commit

 

History

History
executable file
·
38 lines (29 loc) · 495 Bytes

README.md

File metadata and controls

executable file
·
38 lines (29 loc) · 495 Bytes

Installation

Clone the repo

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

Switch into the newly created repo folder

cd yogalaxica

Install the dependencies

composer install
npm install

Create the .env file

cp .env.example .env

Generate encryption key

php artisan key:generate

Run the migrations

php artisan migrate

Seed the database

php artisan migrate:fresh --seed