Level 104
Plural. You have effectively a Collection of products, think of it like an array.
3 likes
Should I pluralize routes or is there an unwritten rule to leave them in singular?
Such as:
Route::resource('product', ProductController::class);
Route::resource('products', ProductController::class);
Thanks
Plural. You have effectively a Collection of products, think of it like an array.
Please or to participate in this conversation.