Medalink / laravel-blade

This package adds syntax definitions for the Laravel Blade engine.
http://www.laravel.com
MIT License
421 stars 105 forks source link

Add @error directive #180

Closed kennith closed 5 years ago

kennith commented 5 years ago

@error and @enderror was added in Laravel 5.8.13

See https://github.com/laravel/framework/pull/28062

Medalink commented 5 years ago

@kennith thanks for the contribution!