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
Requires
- illuminate/view: 4.2.x
This package is not auto-updated.
Last update: 2025-02-05 09:26:44 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',