Skip to content

Create Article resource controller and route #20

Description

@chriscasto

Example command to create controller:

php artisan make:controller ArticleController --resource

Example route:

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions