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

Create Article resource controller and route #20

Open
chriscasto opened this issue May 6, 2017 · 2 comments
Open

Create Article resource controller and route #20

chriscasto opened this issue May 6, 2017 · 2 comments
Assignees

Comments

@chriscasto
Copy link
Collaborator

Example command to create controller:

php artisan make:controller ArticleController --resource

Example route:

Route::resource('articles', 'ArticleController');

@le3bl le3bl self-assigned this May 7, 2017
@le3bl
Copy link
Contributor

le3bl commented May 7, 2017

See recent push to dev branch. Have to travel some more today before I can get it completely functional, but it will create articles and get ALL articles at the moment.

@noahtallen
Copy link
Contributor

noahtallen commented Jun 26, 2017

The articles resource controller and routes are now functional as of here. Also check out the update I made to the README, which details the current API functionality

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

No branches or pull requests

3 participants