Download the PHP package juzaweb/hooks without Composer
On this page you can find all versions of the php package juzaweb/hooks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download juzaweb/hooks
More information about juzaweb/hooks
Files in juzaweb/hooks
Download juzaweb/hooks
More information about juzaweb/hooks
Files in juzaweb/hooks
Vendor juzaweb
Package hooks
Short Description Add Actions and filters in Laravel like WordPress.
License MIT
Package hooks
Short Description Add Actions and filters in Laravel like WordPress.
License MIT
Please rate this library. Is it a good library?
Informations about the package hooks
About
Add Actions and filters in Laravel like WordPress.
Installation
- Install using Composer
Usage
Anywhere in your code you can create a new action like so:
Add action
To listen to your hooks, you attach listeners. These are best added to your AppServiceProvider boot()
method.
Apply filters
Add filters
To listen to your hooks, you attach listeners. These are best added to your AppServiceProvider boot()
method.
Using in Blade
Adding the same action as the one in the action example above:
Adding the same filter as the one in the filter example above:
All versions of hooks with dependencies
PHP Build Version
Package Version
The package juzaweb/hooks contains the following files
Loading the files please wait ....