How to Configure Laravel Support in PHP Storm IDE



How to Configure Laravel Support in PHP Storm IDE

Configure the Composer by selecting a php interpreter and put the path to composer.phar from your machine.

Install Laravel IDE Helper with the command composer require barryvdh/laravel-ide-helper.

Go to settings then Languages & Frameworks then PHP and choose PHP language level and Interpreter.

Test the code completion by simply create a controller function or make a query builder for migration.

source

Reply


Build A Site Info