laravel-theme icon indicating copy to clipboard operation
laravel-theme copied to clipboard

Is Widget feature working???

Open altraWeb opened this issue 6 years ago • 4 comments

Because someone noticed that we instantiate an abstract class Widget in ThemeServiceProvider.

I think thats not right.... Or i'am stupid??

altraWeb avatar Aug 16 '18 05:08 altraWeb

not working with me also

AhmedSayedSk avatar Aug 20 '18 12:08 AhmedSayedSk

Please call composer update and try again. Make sure you have 3.1.1

FaCuZ avatar Sep 15 '18 12:09 FaCuZ

https://github.com/FaCuZ/laravel-theme/commit/3a93821312bc4048c561861f758fd61ea5cbd3da#diff-1a1f9975bd8e8fad09282f4f7a206df1

AgelxNash avatar Sep 16 '18 22:09 AgelxNash

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.

Surt avatar Sep 25 '18 13:09 Surt