thecsea / laravel-noredirect-traits by carduz

The library that allows you to use standard laravel traits without redirect, returning information via JSON and HTTP code, ideal for REST applications
50
1
2
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: 2024-03-25 03:02:23
Package Statistics
Total Downloads: 50
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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