Looking to hire Laravel developers? Try LaraJobs

laravel-auth-v1 maintained by thebachtiarz

Description
An Authentication for Laravel Project v1
Author
Last update
2022/06/19 10:19 (dev-master)
License
Downloads
15

Comments
comments powered by Disqus

laravel-auth-v1

An Authentication for Laravel Project v1


Requires

Installation

  • composer config (only if you have access)
composer config repositories.thebachtiarz/laravel-auth-v1 git git@github.com:thebachtiarz/laravel-auth-v1.git
  • install repository
composer require thebachtiarz/laravel-auth-v1
  • vendor publish
php artisan vendor:publish --provider="TheBachtiarz\Auth\AuthServiceProvider"
  • register the REST API into -> app/Providers/RouteServiceProvider.php
Route::prefix(tbtoolkitconfig('app_prefix'))
    ->middleware(['api'])
    ->namespace($this->namespace)
    ->group(tbauthrouteapi());

Feature

sek males nulis cak :v