LaravelPackages.net
Acme Inc.
Toggle sidebar
sierratecnologia/facilitador-hooks

Hooks integrated in Facilitador

44
0
v1.2.5
About sierratecnologia/facilitador-hooks

sierratecnologia/facilitador-hooks is a Laravel package for hooks integrated in facilitador. It currently has 0 GitHub stars and 44 downloads on Packagist (latest version v1.2.5). Install it with composer require sierratecnologia/facilitador-hooks. Discover more Laravel packages by sierratecnologia or browse all Laravel packages to compare alternatives.

Last updated

Facilitador Hooks

Build Status Build Status Total Downloads Latest Stable Version License

Made with ❤️ by Mark Topper

Facilitador Hooks

Hooks system integrated into Facilitador.

Installation

Install using composer:

composer require sierratecnologia/facilitador-hooks

Then add the service provider to the configuration (optional on Laravel 5.5+):

'providers' => [
    Hooks\FacilitadorHooksServiceProvider::class,
],

In order for Facilitador to automatically check for updates of hooks, add the following to your console kernel:

protected function schedule(Schedule $schedule)
{
    $schedule->command('hook:check')->sundays()->at('03:00');
}

That's it! You can now visit your Facilitador admin panel and see a new menu item called Hooks have been added.

Star History Chart