if you are using PHPStorm it may be helpful https://blog.jetbrains.com/phpstorm/2015/01/laravel-development-using-phpstorm/
Sep 17, 2016
12
Level 1
How to see available methods on a facade
Hello,
So the title pretty much says it all. How do I know which methods are available on a laravel Facade. For example how do I quickly see all available methods on the File:: Facade?
Do I have to see what the getFacadeAccessor returns and see the methods in that class?
Thanks, Anders
Please or to participate in this conversation.