Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

Route methods not found #241

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi, my IDE always shows route methods as Unused element: notFound. This happens only for custom names and not for resources name like store, update, etc. It is normal behavior or I miss something?

What is the point of setting Route Namespace?

Thanks.