Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Installation

Kedar edited this page Oct 7, 2018 · 1 revision

Getting the BoilerMake API up and running takes less than five minutes. Here's what you need:

Server Requirements

  • PHP >= 7.1.3
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Mbstring PHP Extension
    • Tokenizer PHP Extension
    • XML PHP Extension
    • Ctype PHP Extension
    • JSON PHP Extension
  • Nginx
  • Composer
  • MySQL or PostgreSQL

Installation

  • Clone the repository

  • Run composer install

  • Copy .env.example to .env and configure your database credentials

  • Run php artisan migrate

  • Run php artisan db:seed

  • Generate a JWT secret: php artisan jwt:secret

  • Generate an application key: php artisan key:generate

  • If you're using Apache, read this: https://github.com/tymondesigns/jwt-auth/wiki/Authentication

Clone this wiki locally