PHP IDE phpstorm Configuration supports friendly Laravel code hints method

Source: Internet
Author: User
Phpstorm artifact can support the more friendly Laravel framework code hints (click to view), just do the following to do:
First step: Add the following line to the Composer.json of the project

"Require": {"laravel/framework": "5.0.*", "Barryvdh/laravel-ide-helper": "Dev-master"}

Step two: Perform composer update
Step Three: Add service provider, open the project config/app.php add the following line to providers:

' Barryvdh\laravelidehelper\idehelperserviceprovider ',

Fourth step: Execute PHP Artisan ide-helper:generate
Fifth step: Modify Composer.json, add a row

"Post-update-cmd": ["PHP artisan clear-compiled", "PHP artisan optimize", "PHP artisan ide-helper:generate"]


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.