LaravelPackages.net
Acme Inc.
Toggle sidebar
thebachtiarz/laravel-auth-v1

An Authentication for Laravel Project v1

15
1
2.0.6
About thebachtiarz/laravel-auth-v1

thebachtiarz/laravel-auth-v1 is a Laravel package for an authentication for laravel project v1. It currently has 1 GitHub stars and 15 downloads on Packagist (latest version 2.0.6). Install it with composer require thebachtiarz/laravel-auth-v1. Discover more Laravel packages by thebachtiarz or browse all Laravel packages to compare alternatives.

Last updated

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 [email protected]: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


Comments