PHP code example of francescomalatesta / laravel-api-boilerplate-jwt
1. Go to this page and download the library: Download francescomalatesta/laravel-api-boilerplate-jwt library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
francescomalatesta / laravel-api-boilerplate-jwt example snippets
return [
// these options are related to the sign-up procedure
'sign_up' => [
// this option must be set to true if you want to release a token
// when your user successfully terminates the sign-in procedure
'release_token' => env('SIGN_UP_RELEASE_TOKEN', false),
// here you can specify some validation rules for your sign-in request
'validation_rules' => [
'name' => ''forgot_password' => [
// here you can specify some validation rules for your password recovery procedure
'validation_rules' => [
'email' => '