Results 228 comments of Adel

Hi, @diogogomeswww . If you want to run tests from 'tests' folder, seems, they can be run only in IDEA Ultimate.

What functionality doesn't work on Lumen?

This plugin is not a good place for supporting 3rd party tools. I decided to create new one depending on this plugin. It's almost ready, but we have to refactor...

@chenavazer, plugin has been approved. You can try - https://plugins.jetbrains.com/idea/plugin/9404-dingo-api-plugin Or just find and install it in PhpStorm

It's $39 per year. No, it's not the author. I wrote a new Laravel plugin from scratch. There is a 30 day trial to try.

@onlime you’re right. My documentation is poor. Laravel Idea generates Facades, Macro and Eloquent helper code and provides “PhpStorm meta” file for all framework classes, so I can say “laravel-ide-helper”...

@jonnywilliamson yes. a monthly subscription is available. $3.9/month. And no conflicts. I can use "ide-helper:models" generated fields to complete. Also, there is a 30 days trial to check everything. P.S....

What about View::composer('*', ? :)

@webmake it searches all subclasses from \\Illuminate\\Routing\\Controller class, base laravel class for controllers. Why your bundle controllers isn't inherited from it? Do they have any common parent?

Do you have another RouteServiceProvider in this project?