larapack / voyager-hooks

Hooks system integrated into Voyager.
MIT License
208 stars 22 forks source link

Can't create hooks [require.model-log is invalid, it should have a vendor name] #35

Open LaSouice opened 3 years ago

LaSouice commented 3 years ago

Description:

I can't create hooks. always the same error with many hooks require.model-log is invalid, it should have a vendor name,

Steps To Reproduce:

  1. composer require tcg/voyager
  2. php artisan voyager:install
  3. "Add hook" Screenshot from 2020-11-19 01-35-27
fletch3555 commented 3 years ago

Can you give an example of what hook name you're using?

LaSouice commented 3 years ago

I tried with many hooks like model-log or test-hook

quangdung93 commented 3 years ago

I also got the same error

ig0r74 commented 3 years ago

Same error php artisan hook:install key-value-json

ghost commented 3 years ago

same here..

ghost commented 3 years ago

Any updates?