Download the PHP package thecsea/laravel-noredirect-traits without Composer
On this page you can find all versions of the php package thecsea/laravel-noredirect-traits. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thecsea/laravel-noredirect-traits
More information about thecsea/laravel-noredirect-traits
Files in thecsea/laravel-noredirect-traits
Download thecsea/laravel-noredirect-traits
More information about thecsea/laravel-noredirect-traits
Files in thecsea/laravel-noredirect-traits
Vendor thecsea
Package laravel-noredirect-traits
Short Description The library that allows you to use standard laravel traits without redirect, returning information via JSON and HTTP code, ideal for REST applications
License GPL-2.0
Homepage http://www.thecsea.it//
Package laravel-noredirect-traits
Short Description The library that allows you to use standard laravel traits without redirect, returning information via JSON and HTTP code, ideal for REST applications
License GPL-2.0
Homepage http://www.thecsea.it//
Please rate this library. Is it a good library?
Informations about the package laravel-noredirect-traits
laravel-noredirect-traits
The library that allows you to use standard laravel traits without redirect, returning information via JSON and HTTP code, ideal for REST applications
How to use
- You have to add the composer dependency
composer require "thecsea/laravel-noredirect-traits"
- Use
use \it\thecsea\laravel\noredirect_traits\ResetsPasswords;
instead standard traits inPasswordController.php
- Substitute
ResetsPasswords
whit the traits that you want in the file where you need it
Traits implemented
- ResetsPasswords
- RegistersUsers
- AuthenticatesUsers
- AuthenticatesAndRegistersUsers
- ThrottlesLogins
By thecsea.it
All versions of laravel-noredirect-traits with dependencies
PHP Build Version
Package Version
The package thecsea/laravel-noredirect-traits contains the following files
Loading the files please wait ....