sierratecnologia / facilitador-hooks
Hooks integrated in Facilitador
Fund package maintenance!
ricasolucoes
ricasolucoes.com.br/open-source/support-us
Requires
- sierratecnologia/hooks: dev-master
Requires (Dev)
- orchestra/testbench: >=3.0
- dev-stable
- v10.0.x-dev
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.0.x-dev
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- 0.5.x-dev
- 0.4.x-dev
- 0.4.4
- 0.4.3
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0.x-dev
- 0.3.0
- 0.2.2.x-dev
- 0.2.0
- dev-master
- dev-release/4.4
- dev-dev
- dev-quebrado
- dev-dev-0.4
- dev-revert-4-voyager-ui-refactor
This package is auto-updated.
Last update: 2024-11-16 05:23:07 UTC
README
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.