PHPackages                             jumptwentyfour/laravel-coding-standards - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jumptwentyfour/laravel-coding-standards

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jumptwentyfour/laravel-coding-standards
=======================================

Coding standards for our PHP applications.

v4.1.0(1y ago)8101.6k↓18.8%1[1 PRs](https://github.com/JumpTwentyFour/laravel-coding-standards/pulls)MITPHPPHP ^8.2

Since May 27Pushed 1y agoCompare

[ Source](https://github.com/JumpTwentyFour/laravel-coding-standards)[ Packagist](https://packagist.org/packages/jumptwentyfour/laravel-coding-standards)[ RSS](/packages/jumptwentyfour-laravel-coding-standards/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (35)Used By (0)

Laravel Coding Standards
========================

[](#laravel-coding-standards)

At [Jump24](https://jump24.co.uk/) we pride ourselves on keeping our coding standards under tight control, this is why we built this package.

Installation
------------

[](#installation)

To install this package, simply use composer:

```
composer require jumptwentyfour/laravel-coding-standards
```

Setup
-----

[](#setup)

Once installed you will have access to our PHPStan configuration file, which you can easily add to your `phpstan.neon`:

```
includes:
    - ./vendor/jumptwentyfour/laravel-coding-standards/phpstan.neon
```

Running
-------

[](#running)

To run the code standard checks, simply run the following command:

```
./vendor/bin/ecs check
```

This will run the configured code standard checks for you, giving you feedback on where your code is and what improvements you need to implement

Extending
---------

[](#extending)

These code standards are extendable, all you need to do is create your own `ecs.php` in the root directory of your project and copy the following and extend as required:

```
