2017 © Pedro Peláez
 

library laravel-rest

All you need to quickly create REST controllers

image

staskjs/laravel-rest

All you need to quickly create REST controllers

  • Friday, June 29, 2018
  • by staskjs
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,918 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 21 Versions
  • 15 % Grown

The README.md

Digitalquill Laravel REST instrumentary

Why?

Everytime projects need a REST api to work with, it finished with lots of duplicate code all over the place and what is worse, in multiple projects., (*1)

So to handle this problem, this repository was created., (*2)

For now it contains only one controller from which you can extend to get all those standard REST functions., (*3)

Controller is highly customizible by overriding some functions., (*4)

Please refer to source code to see what you can do., (*5)

Installation

composer require staskjs/laravel-rest

Then register service provider in config/app.php:, (*6)

Staskjs\Rest\RestServiceProvider::class

Then just extend your controller from \Staskjs\Rest\RestController, register resource route (Route::resource) pointing to your controller and you are good to go!, (*7)

Usage

You can add Form Request Validation to every request there is., (*8)

Simple override these parameters with class to use., (*9)

protected $storeRequest = ModelStoreRequest::class;

// Same with other requests, if needed

For simpler approach to validation, override rules method to return array of validation rules., (*10)

The Versions

29/06 2018

dev-master

9999999-dev

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

29/06 2018

1.6.3

1.6.3.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

28/06 2018

1.6.2

1.6.2.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

28/06 2018

1.6.1

1.6.1.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

13/06 2018

1.6.0

1.6.0.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

22/05 2018

1.5.7

1.5.7.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

26/03 2018

1.5.6

1.5.6.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

26/03 2018

1.5.5

1.5.5.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

20/03 2018

1.5.4

1.5.4.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

16/02 2018

1.5.3

1.5.3.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

07/02 2018

1.5.2

1.5.2.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

01/02 2018

1.5.1

1.5.1.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

01/02 2018

1.5.0

1.5.0.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

13/10 2017

1.4.1

1.4.1.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

09/10 2017

1.4.0

1.4.0.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

29/05 2017

1.3.2

1.3.2.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

09/05 2017

1.3.1

1.3.1.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

08/05 2017

1.2.0

1.2.0.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

08/05 2017

1.3.0

1.3.0.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

24/03 2017

1.1.0

1.1.0.0

All you need to quickly create REST controllers

  Sources   Download

The Requires

 

by Stas Karpov

20/03 2017

1.0.0

1.0.0.0

All you need to quickly create REST controllers

  Sources   Download

by Stas Karpov