Laravel
PhpStorm's support for the Laravel web application framework includes:
- Laravel code completion and navigation
Code generation, eloquent completion, routing completion, request fields completion, validation rules completion, and other useful helpers.
- Blade templates support
Code completion and navigation for Blade templates. Language injection in Blade templates. Debug and configure Blade templates.
- Laravel log highlighting
View and navigate Laravel log files in the editor or in the terminal. Use the pre-configured highlighting patterns or customize the format or coloring if required.
- Built-in Laravel Pint support
Laravel Pint is a code quality tool built on top of PHP CS Fixer for detecting coding style issues in Laravel projects.
- Built-in support for the Pest testing framework
Run, run with code coverage, or debug Pest tests from the file editor or using PhpStorm's run/debug configurations.
- Usage of the Artisan command line tool from PhpStorm
Run Artisan commands from PhpStorm using the Run Anything action and debug the controller classes corresponding to the selected commands.