Install
how to install laravel api auth builder on your project
it's straightforward to install the package on your current project using the composer
Publish Config File
you can publish the config by using this command
to can set the default setting for the
Class
Setup Your Model
to make your model accept the auth you must make it extend
like exists App\Models\User
and set some traits to it like
Last updated
Was this helpful?