Skip to content
Hooks is a extension system for your Laravel application.
Branch: master
Clone or download
Pull request Compare This branch is even with larapack:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
publishable/config Apply fixes from StyleCI Jan 17, 2018
resources
src Merge pull request larapack#38 from larapack/register-commands Feb 2, 2018
stub Apply fixes from StyleCI Jan 20, 2018
tests Apply fixes from StyleCI Jan 22, 2018
.gitattributes
.gitignore
.php_cs
.travis.yml
ISSUE_TEMPLATE
LICENSE
README.md
composer.json Add phpunit Jul 4, 2017
phpunit.xml Enable Process Isolation Jul 6, 2017

README.md

Hooks

Build Status Build Status Total Downloads Latest Stable Version License

Made with ❤️ by Mark Topper

Hooks

Hooks is a extension system for your Laravel application.

Installation

Install using composer:

composer require larapack/hooks

Then add the service provider to the configuration:

'providers' => [
    Larapack\Hooks\HooksServiceProvider::class,
],

Packages

Packages can be found on larapack.io.

Integrations

  • Voyager Hooks - Hooks supported directly in the Voyager admin panel.
You can’t perform that action at this time.