hooks
hooks copied to clipboard
Hooks is a extension system for your Laravel application.
- Hooks Version: #.#.# - Laravel Version: #.#.# - PHP Version: ### Description: Hi. Yours certificate is expired. Composer cannot install project dependencies. Please, fix it. ### Steps To Reproduce:...
- Hooks Version: latest - Laravel Version: 8 - PHP Version: 8 ### Description: By default this package gets the plugins from larapack site. Can I customize it so I...
- Hooks Version: master - Laravel Version: 5.8.35 - PHP Version: 7.1.25 - Voyager: 1.3.0 ### Description: If I wanted to modify an existing hook locally, what would be the...
- Hooks Version: 1.0.8 - Laravel Version: 5.8.24 - PHP Version: 7.3 - Integration: voyager-hooks ### Description: The package attempts to write and load from `base_path('hooks/hooks.json')`, regardless of available disks...
I propose to fix css-styles to correctly display the hooks grid on larapack.io ```css .hooks{ display: flex; flex-wrap: wrap; } .hooks .hook .wrapper{ padding-bottom: 50px; } ```
We cannot use Seed files using the same name of any of Voyager files, like `DataRowsTableSeeder`, `PermissionsTableSeeder`, etc., because they are being autoloaded from composer. As result, when installing a...
Added stub Seeds and Unseeds for Premissions and Menuitem.
It will be possible to do some hook lookups. ``` $search = Hooks::search('Foobar') // Search for `Foobar` ->tag('voyager') // Find only hooks with the `voyager` tag ->orderBy('downloads') ->get(); $hooks =...