|
3 | 3 | <p align="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> |
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | | - <a href="https://packagist.org/packages/igorsgm/laravel-git-hooks"> |
7 | | - <img src="https://img.shields.io/packagist/v/igorsgm/laravel-git-hooks.svg?style=flat-square" alt="Latest Version on Packagist"> |
| 6 | + <a href="https://packagist.org/packages/indy2kro/laravel-git-hooks"> |
| 7 | + <img src="https://img.shields.io/packagist/v/indy2kro/laravel-git-hooks.svg?style=flat-square" alt="Latest Version on Packagist"> |
8 | 8 | </a> |
9 | | - <a href="https://github.com/igorsgm/laravel-git-hooks/actions/workflows/main.yml/badge.svg"> |
10 | | - <img src="https://img.shields.io/github/actions/workflow/status/igorsgm/laravel-git-hooks/main.yml?style=flat-square" alt="Build Status"> |
| 9 | + <a href="https://github.com/indy2kro/laravel-git-hooks/actions/workflows/main.yml/badge.svg"> |
| 10 | + <img src="https://img.shields.io/github/actions/workflow/status/indy2kro/laravel-git-hooks/main.yml?style=flat-square" alt="Build Status"> |
11 | 11 | </a> |
12 | | - <img src="https://img.shields.io/scrutinizer/coverage/g/igorsgm/laravel-git-hooks/master?style=flat-square" alt="Test Coverage"> |
13 | | - <img src="https://img.shields.io/scrutinizer/quality/g/igorsgm/laravel-git-hooks/master?style=flat-square" alt="Code Quality"> |
14 | | - <a href="https://packagist.org/packages/igorsgm/laravel-git-hooks"> |
15 | | - <img src="https://img.shields.io/packagist/dt/igorsgm/laravel-git-hooks.svg?style=flat-square" alt="Total Downloads"> |
| 12 | + <img src="https://img.shields.io/scrutinizer/coverage/g/indy2kro/laravel-git-hooks/master?style=flat-square" alt="Test Coverage"> |
| 13 | + <img src="https://img.shields.io/scrutinizer/quality/g/indy2kro/laravel-git-hooks/master?style=flat-square" alt="Code Quality"> |
| 14 | + <a href="https://packagist.org/packages/indy2kro/laravel-git-hooks"> |
| 15 | + <img src="https://img.shields.io/packagist/dt/indy2kro/laravel-git-hooks.svg?style=flat-square" alt="Total Downloads"> |
16 | 16 | </a> |
17 | 17 | </p> |
18 | 18 |
|
|
22 | 22 | <img src="https://user-images.githubusercontent.com/14129843/234191523-859b962d-bfdf-4df7-88da-9c80ddb93607.png" alt="Laravel Git Hooks usage sample"> |
23 | 23 | </p> |
24 | 24 |
|
| 25 | +This is a fork of <a href="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 | 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: |
|
0 commit comments