Closed frankpde closed 4 years ago
With the currently auto-generated routes, usage of named routing for actions is not possible.
The default index.blade.php refers to a path.to.my.model.create route, which does not exist out of the box. Two options:
Exact name and uri best to be checked with
artisan route:list
With the currently auto-generated routes, usage of named routing for actions is not possible.
The default index.blade.php refers to a path.to.my.model.create route, which does not exist out of the box. Two options: