Download the PHP package mawuekom/laravel-passauth without Composer
On this page you can find all versions of the php package mawuekom/laravel-passauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mawuekom/laravel-passauth
More information about mawuekom/laravel-passauth
Files in mawuekom/laravel-passauth
Download mawuekom/laravel-passauth
More information about mawuekom/laravel-passauth
Files in mawuekom/laravel-passauth
Vendor mawuekom
Package laravel-passauth
Short Description A Bunch of authentication features for laravel
License MIT
Homepage https://github.com/mawuva/laravel-passauth
Package laravel-passauth
Short Description A Bunch of authentication features for laravel
License MIT
Homepage https://github.com/mawuva/laravel-passauth
Please rate this library. Is it a good library?
Informations about the package laravel-passauth
Passauth - A Bunch of authentication features
This package provide a bunch of authentication features.
Installation
You can install the package via composer:
Usage
Once install, go to config/app.php
to add PassauthServiceProvider
in providers array
Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php
file.
-
Service Provider
-
Publish Assets
Or you can publish config
Configuration
- You can change connection for models, models path and there is also a handy pretend feature.
- There are many configurable options which have been extended to be able to configured via
.env
file variables. - Editing the configuration file directly may not needed because of this.
- See config file: passauth.php.
The rest is comming soon
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-passauth with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
illuminate/support Version ^8.0|^9.0
illuminate/http Version ^8.0|^9.0
illuminate/validation Version ^8.0|^9.0
illuminate/auth Version ^8.0|^9.0
mawuekom/laravel-custom-user Version ^2.0
mawuekom/laravel-request-customizer Version ^1.1
spatie/data-transfer-object Version ^3.7
nesbot/carbon Version ^2.53.1
illuminate/support Version ^8.0|^9.0
illuminate/http Version ^8.0|^9.0
illuminate/validation Version ^8.0|^9.0
illuminate/auth Version ^8.0|^9.0
mawuekom/laravel-custom-user Version ^2.0
mawuekom/laravel-request-customizer Version ^1.1
spatie/data-transfer-object Version ^3.7
nesbot/carbon Version ^2.53.1
The package mawuekom/laravel-passauth contains the following files
Loading the files please wait ....