imanghafoori1/laravel-widgetize

Technique of storing widgets configuration per instance?

Yahav opened this issue · 2 comments

Yahav commented

My objective is to have my users be able to add widgets to their pages.
However some widgets may require user provided configuration, for example, a weather widget, the user will be required to input the desired city..
How/where would you store this instance specific information?
is that an existing functionality?

hmmm,... You mean something like October CMS widgets ?

I think you should pass your config data as the second argument to the @widget() and the will be passed to the controller of that widget.
that's it. in fact you should wrap some code around the current widgets according to your needs.