Download the PHP package shortcodes/laravel-api-auth without Composer
On this page you can find all versions of the php package shortcodes/laravel-api-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shortcodes/laravel-api-auth
More information about shortcodes/laravel-api-auth
Files in shortcodes/laravel-api-auth
Download shortcodes/laravel-api-auth
More information about shortcodes/laravel-api-auth
Files in shortcodes/laravel-api-auth
Vendor shortcodes
Package laravel-api-auth
Short Description Simple package allows to use Laravel authentication features like register and remind password as API out of the box
License mit
Package laravel-api-auth
Short Description Simple package allows to use Laravel authentication features like register and remind password as API out of the box
License mit
Please rate this library. Is it a good library?
Informations about the package laravel-api-auth
authentication
Package with basic controllers, routes and specyfication to speed up development process
initial package provides routes
You can change those endpoints in config file
api-auth.php
return [
'login' => 'login',
'logout' => 'logout',
'register' => 'register',
'remind-password' => 'password/email',
'reset-password' => 'password/reset',
'verification' => 'email/verify/{id}/{hash}',
'resend-activation' => 'email/resend',
],
Publish
To publish configs you simple need to run
php artisan vendor:publish --provider="Shortcodes\Authentication\AuthenticationPackageProvider"All versions of laravel-api-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.0
The package shortcodes/laravel-api-auth contains the following files
Loading the files please wait ...