Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ If you wish to use this configuration in your project, install it using composer

`composer require --dev emielmolenaar/phpcs-laravel`

Afterwards, you may run `php vendor/bin/phpcs -i` and see `phpcs-laravel` listed as an installed ruleset.

You may now use the ruleset like so:

`php vendor/bin/phpcs --standard=phpcs-laravel my_file.php`

_Note_, If you're installing globally with Composer you can simply do `phpcs -i`.

Contributions welcome.
File renamed without changes.