You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After enable the "browse_hooks" permission, I can see the "hooks" menu, however, I cannot create any hook.
Steps To Reproduce:
laravel new hooks
cd hooks
composer require tcg/voyager
php artisan voyager:install --with-dummy
add "browse_hooks" permission to database to make the menu visible
"Add hook"
Error message:
InvalidArgumentException
Could not find package test_hook. Did you mean one of these? yipl/hookah pxn/hooktest appventus/hooks dam1r89/test-hooks thecrypticace/hooks
The text was updated successfully, but these errors were encountered:
Description:
After enable the "browse_hooks" permission, I can see the "hooks" menu, however, I cannot create any hook.
Steps To Reproduce:
Error message:
InvalidArgumentException
Could not find package test_hook. Did you mean one of these? yipl/hookah pxn/hooktest appventus/hooks dam1r89/test-hooks thecrypticace/hooks
The text was updated successfully, but these errors were encountered: