10 likes | 38 Views
Eventy is a Laravel package by Tor Morten Jensen that brings WordPress-style actions and filters to your Laravel app.
E N D
Eventy: WordPress-like Actions and Filters for Laravel Content Source: Laravel Development Company Eventy is a Laravel package by Tor Morten Jensen that brings WordPress-style actions and filters to your Laravel app. This package has a lightweight API and makes it easy to build an action and filter system as found in WordPress. The action and filter system in WordPress is a powerful way to customize WordPress themes without modifying the template. For example, your users could easily tap into the <title></title> tag (think wp_title) to modify the way that title tags work without modifying the template. Actions Actions are code that you want to enable the ability to tap into code execution at a given point in your code. Read more….