thecsea/laravel-noredirect-traits

The library that allows you to use standard laravel traits without redirect, returning information via JSON and HTTP code, ideal for REST applications
51 1
Install
composer require thecsea/laravel-noredirect-traits
Latest Version:v1.0.1
PHP:>=5.3.0
License:GPL-2.0
Last Updated:Nov 18, 2015
Links: GitHub  ·  Packagist
Maintainer: carduz

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

Related Packages

aimeos/aimeos-laravel

Cloud native, API first Laravel eCommerce package with integrated AI for ultra-f...

233,627 8,692
nilportugues/laravel5-json-api-dingo

Laravel5 JSONAPI and Dingo together to build APIs fast

1,498 30
cloudcreativity/laravel-json-api

JSON API (jsonapi.org) support for Laravel applications.

1,096,507 785