thebachtiarz/laravel-auth-v1

An Authentication for Laravel Project v1

2.0.6 2022-06-19 08:19 UTC

This package is auto-updated.

Last update: 2024-05-19 13:05:18 UTC


README

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