idmkr/laravel-blade-fix

Fix for the @parent replaced string within Blade templates. see https://github.com/laravel/framework/issues/7888

dev-master 2015-06-23 05:57 UTC

This package is not auto-updated.

Last update: 2024-05-29 06:27:42 UTC


README

Fix for the @parent replaced string within Blade templates. see laravel/framework#7888

composer require idmkr/laravel-blade-fix

then replace your provider //'Illuminate\View\ViewServiceProvider', 'Idmkr\LaravelBladeFix\ViewServiceProviderOverride',