method post/get/delete/put not found on phpstorm using lumen

106 Views Asked by At

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.

enter image description here

0

There are 0 best solutions below