There was an error while loading. Please reload this page.
Getting the BoilerMake API up and running takes less than five minutes. Here's what you need:
Clone the repository
Run composer install
composer install
Copy .env.example to .env and configure your database credentials
.env.example
.env
Run php artisan migrate
php artisan migrate
Run php artisan db:seed
php artisan db:seed
Generate a JWT secret: php artisan jwt:secret
php artisan jwt:secret
Generate an application key: php artisan key:generate
php artisan key:generate
If you're using Apache, read this: https://github.com/tymondesigns/jwt-auth/wiki/Authentication