Cache Management: Hook-Driven Cache System for Developers
PolyCMS ships with a centralized Cache Management system that provides administrators with a UI to inspect and clear cac...
PolyCMS ships with a centralized Cache Management system that provides administrators with a UI to inspect and clear cac...
Overview Type: Action Location: app/Providers/AppServiceProvider.php Register custom widget types into the widget system...
Overview Type: Action Location: app/Providers/AppServiceProvider.php Register widget display areas (sidebars, footers, e...
Overview Type: Filter Location: app/Services/WidgetManager.php Filters rendered HTML of a single widget instance. Use to...
Overview Type: Filter Location: All Frontend Controllers (PostController, PageController, HomeController, etc.) Injects...
Overview Type: Filter Location: app/Services/Ecommerce/TaxCalculator.php Overrides tax calculation result. Use for custo...
Overview Type: Filter Location: app/Services/Ecommerce/ShippingCalculator.php Overrides shipping cost for a specific met...
Overview Type: Filter Location: app/Services/SettingsService.php Extends or overrides default setting definitions. Theme...
Overview Type: Filter Location: app/Providers/AppServiceProvider.php Overrides canonical URL in SEO meta tags. Essential...
Overview Type: Action Location: app/Providers/AppServiceProvider.php Register custom permissions into the role/permissio...
Overview Type: Filter Location: app/Http/Controllers/Api/V1/PostController.php Modifies the Eloquent query builder for p...
Overview Type: Filter Location: app/Models/Post.php Filters the public-facing URL of a post. Called every time $post->...