PHP IDE phpstorm Configuration support friendly Laravel code hint method

Source: Internet
Author: User
Tags json

This article mainly introduces the PHP IDE phpstorm configuration support friendly Laravel code hint method, the key configuration has added red hint, need friend can refer to under

The Phpstorm artifact can support a more user-friendly Laravel framework code hint (click to view) and only need to do the following:

First step: Add the following line to the project's Composer.json

The code is as follows:

"Require": {

"Laravel/framework": "5.0.*",

"Barryvdh/laravel-ide-helper": "Dev-master"

}

Step Two: Execute composer update

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

The code is as follows:

' Barryvdhlaravelidehelperidehelperserviceprovider ',

Fourth step: Execute PHP Artisan ide-helper:generate

Fifth step: Modify Composer.json, add a row

The code is as follows:

"Post-update-cmd": [

"PHP Artisan clear-compiled",

"PHP Artisan optimize",

"PHP Artisan ide-helper:generate"

]

Look at the effect:

Related Article

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.