We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1c502 commit cb009caCopy full SHA for cb009ca
README.md
@@ -44,7 +44,7 @@ Route::group(array('prefix' => 'api/v1', 'middleware' => []), function () {
44
// Custom route added to standard Resource
45
Route::get('example/foo', 'ExampleController@foo');
46
// Standard Resource route
47
- Route::resource('example', 'ExampleController'));
+ Route::resource('example', 'ExampleController');
48
});
49
```
50
0 commit comments