Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.4] Add apiResource function to Router #19347

Merged
merged 3 commits into from
May 27, 2017
Merged

[5.4] Add apiResource function to Router #19347

merged 3 commits into from
May 27, 2017

Conversation

Prepager
Copy link
Contributor

The route resource function is very useful but an API doesn't need the create and edit routes. This pull request would allow that functionality with a new apiResource function that would work the same way as the original resource function just without the two unnecessary routes.

Route::apiResource('photos', 'PhotoController');

@tillkruss
Copy link
Contributor

tillkruss commented May 26, 2017

Why not add that as macro in your project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants