Cleaner code & easy caching
"Laravel Widgetize helps you with page partial caching, cleaning up your controller's code, minifying HTML and easily providing page partials for varnish or nginx for ESI caching. It is integrated with laravel-debugbar package out of the box.
This concept (this design pattern) really shines when you want to create crowded web pages with multiple sections (on sidebar, menu, carousels ...) and each widget needs separate SQL queries and PHP logic to be provided with data for its template. Installing it has minimal overhead since surprisingly it is just a small abstract class and of course you can use it to refactor your monster code and tame it into manageable pieces or boost the performance to be 4x-5x times faster! π«"
Iman Ghafoori
@iman_ghafoori