Package Data | |
---|---|
Maintainer Username: | carduz |
Maintainer Contact: | cardi@thecsea.it (claudio cardinale) |
Package Create Date: | 2015-11-16 |
Package Last Update: | 2015-11-18 |
Home Page: | http://thecsea.it |
Language: | PHP |
License: | GPL-2.0 |
Last Refreshed: | 2025-02-03 03:02:21 |
Package Statistics | |
---|---|
Total Downloads: | 50 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
The library that allows you to use standard laravel traits without redirect, returning information via JSON and HTTP code, ideal for REST applications
composer require "thecsea/laravel-noredirect-traits"
use \it\thecsea\laravel\noredirect_traits\ResetsPasswords;
instead standard traits in PasswordController.php
ResetsPasswords
whit the traits that you want in the file where you need it