Skip to content

The back-end Laravel application that supports the Peak ecosystem.

Notifications You must be signed in to change notification settings

nateweller/peak-server

Repository files navigation

Peak Server

The back-end Laravel application that supports the Peak ecosystem.

Server Requirements

  1. Apache or Nginx
  2. PHP ^7.4
  3. MySQL ^5.7

Development Requirements

  1. Node.js
  2. PHP
  3. Composer

Installation

  1. Clone the repository.
  2. Run composer install in the root directory.
  3. Copy .env.example into a new .env file, update as necessary.
  4. Run php artisan key:generate,
  5. Run php artisan migrate to install the database structure.
  6. Run php artisan passport:keys to generate the encryption keys required by Laravel Passport.

Local Development with Laravel Sail

  1. Clone the repository.
  2. Run composer install in the root directory.
  3. Copy .env.example into a new .env file.
  4. Run php artisan key:generate
  5. Start Laravel Sail with ./vendor/bin/sail up.
  6. Run ./vendor/bin/sail artisan migrate to install the database structure.
  7. Run ./vendor/bin/sail artisan passport:keys to generate the encryption keys required by Laravel Passport.

About

The back-end Laravel application that supports the Peak ecosystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published