Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If I wanted to modify an existing hook locally, what would be the right way? #46

Open
d3turnes opened this issue Dec 4, 2019 · 0 comments

Comments

@d3turnes
Copy link

d3turnes commented Dec 4, 2019

  • 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 right way?

Steps To Reproduce:

For example if want modify test-hook

1 into directory hooks
2 git clone https://github.com/larapack/test-hook.git
3 then rename directory test-hook to local-test-hook
4 the same for conposer.json, change "name":"test-hook" to "name":"local-test-hook"
5 add new files (migrations, config, views, ....)
6 php artisan hook:install local-test-hook

it would be correct ???

thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant