pwweb / artomator

Artomator: Custom commands making life easier for Laravel.
MIT License
4 stars 1 forks source link

Named routes for actions not working #31

Closed frankpde closed 4 years ago

frankpde commented 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:

frankpde commented 4 years ago

Exact name and uri best to be checked with

 artisan route:list