Работа с PhpStorm 2016+
Темы для PhpStorm
Демо тем http://daylerees.github.io/ Файлы https://github.com/daylerees/colour-schemes
Файл Twilight_my для Users/Username/.PhpStorm*/config/colors скачать
Плагины
Color Ide Цвет фона редактора кода во все другие окна
Laravel-ide-helper https://github.com/barryvdh/laravel-ide-helper (видео)
1 |
composer require --dev barryvdh/laravel-ide-helper |
1 |
composer require doctrine/dbal |
1 2 3 4 5 6 7 8 9 |
public function register() { if ($this->app->environment() !== 'production') { $this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class); } // ... } composer update |
artisan clear-compiled
1 |
php artisan ide-helper:generate |
1 |
php artisan ide-helper:models |
1 |
php artisan ide-helper:meta |
Горячие клавиши
Ctrl+N Поиск по классу
Laravel 5.3+ и PhpStorm 2016+
Видео на laracast https://laracasts.com/series/how-to-be-awesome-in-phpstorm/