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
Copy file name to clipboardExpand all lines: README.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@
3
3
<palign="center">A powerful and easy-to-use package for managing Git hooks within your Laravel projects. Improve your code quality, reduce the time spent on code reviews, and catch potential bugs before they make it into your repository.</p>
This is a fork of <ahref="https://github.com/igorsgm/laravel-git-hooks">igorsgm/laravel-git-hooks</a> maintained for latest versions.
26
+
25
27
## ✨ Features
26
28
27
29
-**Pre-configured Hooks:** Laravel Git Hooks comes with pre-configured pre-commit hooks for popular tools, such as Laravel Pint, PHPCS, ESLint, Prettier, Larastan, Enlightn, Rector, PHP Insights and Blade Formatter, making it easy to enforce coding standards and style guidelines right away.
@@ -36,7 +38,7 @@
36
38
37
39
- You can install the package via composer:
38
40
```bash
39
-
composer require igorsgm/laravel-git-hooks --dev
41
+
composer require indy2kro/laravel-git-hooks --dev
40
42
```
41
43
42
44
- Publish the config file and customize it in the way you want:
@@ -58,6 +60,7 @@ To use the already created pre-commit hooks of this package, you can simply edit
0 commit comments