Use of Singleton to define route and twill navigation requires new parameter since laravel 9.42 #2031
-
After updating to laravel 9.42, (https://laravel-news.com/laravel-9-42-0) I got errors on the route definition and the twill navigation. In the documentation of twill there is no reference to the 2nd parameter. (https://twill.io/docs/crud-modules/cli-generator.html#singleton). I've replaced it by a module, but then of course, the twill navigation, that needs a named route doesn't work anymore. Basically, I need to know what my second parameter should be in the route definition, as indicated in laravel (https://laravel.com/docs/9.x/controllers#singleton-resource-controllers) Any advice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Check #1961 |
Beta Was this translation helpful? Give feedback.
Check #1961