I've setup Laravel project in Zend Studio 11, but it can't see the dependencies classes as View , Route , etc .... . I've updated dependencies in composer but it still gives error , please help me
Asked
Active
Viewed 1,989 times
0
-
It can't see the classes as Input, View , etc.. – Mohamed Gamal Oct 06 '14 at 15:03
-
1http://bit.ly/Z9gngY – Jarek Tkaczyk Oct 06 '14 at 15:08
1 Answers
2
Try using barryvdh/laravel-ide-helper composer package. It will generate dummy classes which will be scanned for code completition by ZendStudio. You can update autogenerated classes using Laravel artisan CLI tool.
From the author:
This packages generates a file that your IDE can understand, so it can provide accurate autocompletion. Generation is done, based on the files in your project, so they are alway up-to-date. If you don't want to generate it, you can add a pre-generated file to the root folder of your laravel project.
more info on github project page: https://github.com/barryvdh/laravel-ide-helper

Tez
- 133
- 1
- 1
- 8