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
- Update git-hooks.php to include a new configuration option 'artisan_path', allowing users to set the path for the Artisan executable within Laravel or Laravel Zero applications. This improves compatibility with different project structures.
- Modify hook template and related source code to use the configured 'artisan_path' instead of the default base_path('artisan').
- Add a test case to validate proper installation of hook files with a custom Artisan path.
- Update Pest.php and TestCase.php to respect the configured 'artisan_path'.
0 commit comments