Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 425 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 425 Bytes

Deployment

Requirements

  1. Laravel 7 server requirements

Complete Environment

  1. Copy file .env.example to .env
cp .env.example .env
  1. Fill form environment on file .env on root directory

Composer Install

Run on root directory

composer install

Running Migration and Seeder

php artisan migrate --seed