The library that allows you to use standard laravel traits without redirect, returning information via JSON and HTTP code, ideal for REST applications
thecsea/laravel-noredirect-traits is a Laravel package for the library that allows you to use standard laravel traits without redirect, returning information via json and http code, ideal for rest applications.
It currently has 1 GitHub stars and 51 downloads on Packagist (latest version v1.0.1).
Install it with composer require thecsea/laravel-noredirect-traits.
Discover more Laravel packages by thecsea
or browse all Laravel packages to compare alternatives.
Last updated
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.phpResetsPasswords whit the traits that you want in the file where you need it