library laravel-blade-fix
Fix for the @parent replaced string within Blade templates. see https://github.com/laravel/framework/issues/7888
idmkr/laravel-blade-fix
Fix for the @parent replaced string within Blade templates. see https://github.com/laravel/framework/issues/7888
- Tuesday, June 23, 2015
- by idmkr
- Repository
- 1 Watchers
- 0 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
laravel-blade-fix
Fix for the @parent replaced string within Blade templates. see https://github.com/laravel/framework/issues/7888, (*1)
composer require idmkr/laravel-blade-fix, (*2)
then replace your provider
//'Illuminate\View\ViewServiceProvider',
'Idmkr\LaravelBladeFix\ViewServiceProviderOverride',, (*3)
dev-master
9999999-dev
Fix for the @parent replaced string within Blade templates. see https://github.com/laravel/framework/issues/7888
Sources
Download
MIT
The Requires
by
Gael DEBOST