ErrorException
Array to string conversion
An unhandled exception occurred on line 410
407 |
|
---|---|
408 |
|
409 |
|
410 |
|
411 |
|
412 |
|
Solution
In a 'resource controller' you don't use '[ ]' so use: Route::resource('/route', ExampleController::class); instead of -> Route::resource('/route', [ExampleController::class]);
May 03, 2021
•
Anyone
Install the browser extension
Found this solution helpful? Try our extension for quick solutions to your Laravel errors.
Add to Chrome - It's free
0 replies