| 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-10-31 03:04:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 51 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| 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