Support the ongoing development of Laravel.io →
posted 9 years ago
Views
Last updated 2 years ago.
0

Yes, convention is to use plurals. You can generate your controller at the command line with

php artisan make:controller HotelsController

which will contain all skeleton restful methods. You can then define your restful routes inside routes.php with

Route::resource('hotels','HotelsController');

Simples :)

Good luck.

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

ottz0 ottz0 Joined 15 Nov 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.