Download the PHP package samireltabal/auth-system without Composer
On this page you can find all versions of the php package samireltabal/auth-system. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download samireltabal/auth-system
More information about samireltabal/auth-system
Files in samireltabal/auth-system
Download samireltabal/auth-system
More information about samireltabal/auth-system
Files in samireltabal/auth-system
Vendor samireltabal
Package auth-system
Short Description Authentication system for laravel based on passport
License MIT
Package auth-system
Short Description Authentication system for laravel based on passport
License MIT
Please rate this library. Is it a good library?
Informations about the package auth-system
Authentication System For Laravel
depends on
- laravel/framework: "^8.65",
- laravel/Passport : "^10.1"
- laravel/Socialite : "^5.2.0"
- spatie/laravel-medialibrary : "^9.0.0"
- spatie/laravel-permission: "^5.3"
Installation
- composer require samireltabal/auth-system
- php artisan authsystem:install
- php artisan passport:install
- php artisan storage:link
- php artisan migrate
Setup
- add : use SamirEltabal\AuthSystem\Traits\AuthenticableTrait; to User Model
- add : use Spatie\MediaLibrary\HasMedia; to User Model
- change Class User Extends Authenticable to class User extends Authenticatable implements MustVerifyEmail , HasMedia
- change use HasFactory; to use HasFactory, AuthenticableTrait;
- add -- 'role' => \Spatie\Permission\Middlewares\RoleMiddleware::class, 'permission' => \Spatie\Permission\Middlewares\PermissionMiddleware::class, 'role_or_permission' => \Spatie\Permission\Middlewares\RoleOrPermissionMiddleware::class, to protected $routeMiddleware in App\Http\Kernel.php
and you are Ready To Go.
All versions of auth-system with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^8.65
php Version ^7.3|^8.0
laravel/passport Version ^10.1
laravel/socialite Version ^5.2.0
spatie/laravel-medialibrary Version ^9.9.0
spatie/laravel-permission Version ^5.3
php Version ^7.3|^8.0
laravel/passport Version ^10.1
laravel/socialite Version ^5.2.0
spatie/laravel-medialibrary Version ^9.9.0
spatie/laravel-permission Version ^5.3
The package samireltabal/auth-system contains the following files
Loading the files please wait ....