laracasts / Lets-Build-a-Forum-in-Laravel

http://laracasts.com/series/lets-build-a-forum-with-laravel
915 stars 309 forks source link

lesson idea: use ide helper service to get good autocompletion in phpstorm #6

Open kasperpeulen opened 7 years ago

kasperpeulen commented 7 years ago

This is just a little lesson idea, I think that autocompletion like this helps people explore the API of methods in the laravel framework without leaving the IDE:

image

FHoulbreque commented 7 years ago

I think it's a really good idea... I do already use it. I even use translated Date library from Jessenger and translated all the stuff we made... I think I'll put my fork later if people are interested :)

Anyway, we should speak as well about good PHPDocs as they help a bunch with completion, especially on models and return type.