Laravel
PhpStorm's support for the Laravel web application framework includes:
- Code completion and navigation
Code generation, eloquent completion, routing completion, request fields completion, validation rules completion, and other useful helpers.
- Blade templates
Code completion and navigation for Blade templates. Language injection in Blade templates. Debug and configure Blade templates.
- 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.
- Laravel Pint
Laravel Pint is a code quality tool built on top of PHP CS Fixer for detecting coding style issues in Laravel projects.
- Pest unit testing framework
Run, run with code coverage, or debug Pest tests from the file editor or using PhpStorm's run/debug configurations.
- Artisan CLI tool
Run Artisan commands from PhpStorm using the Run Anything action and debug the controller classes corresponding to the selected commands.
Thanks for your feedback!