I already tried adding this composer require barryvdh/laravel-ide-helper.
then I install the laravel plugin using the plugin on the ide.
next I add this to my composer.json
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan ide-helper:generate",
"php artisan optimize"
]
but still my routes show warnings.
