Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

2. Installation

thedxrklord edited this page May 15, 2021 · 1 revision
  1. git clone https://github.com/thedxrklord/schedule.git
  2. cd schedule
  3. composer install
  4. npm install && npm run production
  5. copy .env.example .env
  6. php artisan key:generate
  7. Replace db connection and ADMINISTRATOR_EMAIL in the .env file
  8. php artisan migrate
Clone this wiki locally