Skip to content

Create ArticleAnswer resource controller and route #22

Open
@chriscasto

Description

@chriscasto

Example command to create controller:

php artisan make:controller ArticleAnswerController --resource

Example route:

Route::resource('articles.answers', 'ArticleAnswerController');

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