Download the PHP package cdz/laravel-auth without Composer
On this page you can find all versions of the php package cdz/laravel-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cdz/laravel-auth
More information about cdz/laravel-auth
Files in cdz/laravel-auth
Download cdz/laravel-auth
More information about cdz/laravel-auth
Files in cdz/laravel-auth
Vendor cdz
Package laravel-auth
Short Description Laravel Package to scaffold all of the files required for authentication customization.
License MIT
Package laravel-auth
Short Description Laravel Package to scaffold all of the files required for authentication customization.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-auth
laravel-auth
Laravel Package to scaffold all of the files required for authentication customization.
Requirements
Laravel >= 5.5
Dependencies
laravel-bootstrap >= 1.1
What does this imply by default?
- Laravel Email Verification System
- An additional firstname field for registration
- Soft Deleting for the User Model
- Custom templates and translations (EN /FR) for both authentification views and emails
- Automatically install Bootstrap library (v3.3.7)
Package Installation
composer require cdz/laravel-auth
composer update
Install and scaffold all of the files
php artisan cdz-auth:install
If you would like to overwrite existing files, use the --force switch:
php artisan cdz-auth:install --force
If you would like to only scaffold the views, use the --views switch (Controllers, Notifications, Middlewares, User Model and routes will remain unchanged):
php artisan cdz-auth:install --views
Dont' forget to migrate after editing your configuration files.
php artisan migrate
Note
Emails translation data are into ressources/lang/[LANG]/messages.php
All versions of laravel-auth with dependencies
PHP Build Version
Package Version
Requires
cdz/laravel-bootstrap Version
^1.1
The package cdz/laravel-auth contains the following files
Loading the files please wait ....