Skip to content

roevevgen/yogalaxica

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published