Skip to content

mgonzaleza/ora_laravel

Repository files navigation

Chat REST API for the ORA Challenge

Uses the following packages:

Installation

  1. run composer install;
  2. run php artisan migrate --seed;

Swagger API Documentation

The documentation is accessible at: /api/documentation. You could remove the '/storage/api-docs' folder and regenerate the docs by running: php artisan l5-swagger:generate

Secrets Generation

Every time you create a new project starting from this repository, the php artisan jwt:generate command will be executed.

Configuration

There are some extra options that placed in a config/boilerplate.php file:

  • sign_up.release_token: set it to true if you want the token right after the sign up process;
  • reset_password.release_token: set it to true if you want the token right after the password reset process;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages