Closed igorsgm closed 1 year ago
Removed 'prefer-lowest' option in GitHub Actions The GitHub Actions workflow has been simplified by removing the 'prefer-lowest' option.
Updated README file The README file now has new badges and an updated description for better project presentation.
Added artisan executable path configuration Customization of the artisan executable path is now possible in Laravel Zero applications, enabling greater flexibility. (https://github.com/igorsgm/laravel-git-hooks/pull/7)
Fixed hook stub template The hook stub template now utilizes the configured Artisan executable path instead of a hardcoded one, improving adaptability. (https://github.com/igorsgm/laravel-git-hooks#installation)
Extended PEST test assertions The PEST test framework has been enhanced with new assertions for verifying hook installation command output using the configurable Artisan executable path value.