Download the PHP package plexcellmedia/quickauth without Composer
On this page you can find all versions of the php package plexcellmedia/quickauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download plexcellmedia/quickauth
More information about plexcellmedia/quickauth
Files in plexcellmedia/quickauth
Package quickauth
Short Description QuickAuth is user authentication extension for Catalyst Sentinel package.
License
Informations about the package quickauth
Laravel 5 QuickAuth - Sentinel
QuickAuth is extension for Sentinel package that can be found here.
With QuickAuth you can setup user authentication in few minutes!
Features
- Login / Register / Password Recovery / Logout
- Necessary emails
- Translations support
- Easily customizable config and layout (or use your own)
- Username support if needed (default is email)
Requirements
Before installation, make sure these packages are correctly set up.
Installation
After installing the package, open your Laravel config file located at config/app.php and add the following lines.
In the $providers array add the following service provider for this package.
In the $aliases array add the following facades for this package.
Publish assets.
Add following line to $routeMiddleware array in Kernel.php
Setup routes
Enter login success redirect route in QuickAuth config.
DONE
Username support
Run SQL query to add username field at database.
Enable username support in config.
Customization
Layouts and template can be found at resources\views\vendor\quickauth
.
Translations can be found at resources\lang\vendor\quickauth
.
Todo
- Tests
- Login with username (currently usernames are supported but can't be logged in with)
- Support Laravel Auth
License
GPL-3.0