Skip to content

shortcodes/laravel-api-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Package basic routes speed up development process

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages