laravel-theme
laravel-theme copied to clipboard
Is Widget feature working???
Because someone noticed that we instantiate an abstract class Widget in ThemeServiceProvider.
I think thats not right.... Or i'am stupid??
not working with me also
Please call composer update
and try again. Make sure you have 3.1.1
https://github.com/FaCuZ/laravel-theme/commit/3a93821312bc4048c561861f758fd61ea5cbd3da#diff-1a1f9975bd8e8fad09282f4f7a206df1
I'm having an error with 3.1.1 on an app that was working right with 3.1
When calling
@widget(\Namespace\ClassName::class, $options]
rendered correctly as
<?php echo Theme::widget('\Namespace\ClassName', $options])->render(); ?>
the system says that the class does not exists appending App\Widgets\\Namespace\ClassName
Where did the App\Widgets\\
comes? I'm not using namespaces placeholders or nothing.
Any help will be appreciated. Thanks.