Skip to main content

You can install the package via composer:

composer require javaabu/auth

Publishing the config file

Publishing the config file is optional:

php artisan vendor:publish --provider="Javaabu\Auth\AuthServiceProvider" --tag="auth-config"

This is the default content of the config file:

// TODO