├── .gitignore ├── LICENSE ├── Laravel-Blade.xml ├── README.md └── img └── demo.gif /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javidalpe/laravel-blade-phpstorm-live-template/HEAD/LICENSE -------------------------------------------------------------------------------- /Laravel-Blade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javidalpe/laravel-blade-phpstorm-live-template/HEAD/Laravel-Blade.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javidalpe/laravel-blade-phpstorm-live-template/HEAD/README.md -------------------------------------------------------------------------------- /img/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javidalpe/laravel-blade-phpstorm-live-template/HEAD/img/demo.gif --------------------------------------------------------------------------------