I saw that a lot of code in laravel has this view:'welcome' writing method. I thought it was PHP's new syntax, but when I copied it, it disappeared. Is it a function of phpstorm?
This is a new prompt function in the phpstorm 2017 version of the IDE. It is more convenient to see the parameters of each function. Even some functions can know what they do by looking at the parameters directly, without having to chase after them.
This is a new prompt function in the phpstorm 2017 version of the IDE. It is more convenient to see the parameters of each function. Even some functions can know what they do by looking at the parameters directly, without having to chase after them.