Looking to hire Laravel developers? Try LaraJobs

laravel-noredirect-traits maintained by thecsea

Description
The library that allows you to use standard laravel traits without redirect, returning information via JSON and HTTP code, ideal for REST applications
Last update
2015/11/18 18:29 (dev-master)
License
Downloads
51

Comments
comments powered by Disqus

laravel-noredirect-traits

Build status: Latest Stable Version Total Downloads Latest Unstable Version License

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

  1. You have to add the composer dependency composer require "thecsea/laravel-noredirect-traits"
  2. Use use \it\thecsea\laravel\noredirect_traits\ResetsPasswords; instead standard traits in PasswordController.php
  3. 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