1 / 1

Eventy: WordPress-like Actions and Filters for Laravel

Eventy is a Laravel package by Tor Morten Jensen that brings WordPress-style actions and filters to your Laravel app.

hkinfosoft
Download Presentation

Eventy: WordPress-like Actions and Filters for Laravel

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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….

More Related