thebachtiarz/laravel-auth-v1

An Authentication for Laravel Project v1

Installs: 15

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/thebachtiarz/laravel-auth-v1

2.0.6 2022-06-19 08:19 UTC

This package is auto-updated.

Last update: 2025-09-19 16:01:14 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