Download the PHP package lemberg/laravel-code-style-command without Composer
On this page you can find all versions of the php package lemberg/laravel-code-style-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lemberg/laravel-code-style-command
More information about lemberg/laravel-code-style-command
Files in lemberg/laravel-code-style-command
Download lemberg/laravel-code-style-command
More information about lemberg/laravel-code-style-command
Files in lemberg/laravel-code-style-command
Vendor lemberg
Package laravel-code-style-command
Short Description Check code style.
License MIT
Homepage https://github.com/lemberg/laravel-code-style-command
Package laravel-code-style-command
Short Description Check code style.
License MIT
Homepage https://github.com/lemberg/laravel-code-style-command
Please rate this library. Is it a good library?
Informations about the package laravel-code-style-command
Laravel Code Style Command
This package adds simple artisan
command over PHP_CodeSniffer script.
Validate PSR2 coding standard in you application.
Requirements
- PHP >=
7.0
- Laravel =
5.5.*|5.8.*
Getting Started
Add the package in your composer.json
So that's all :)
Check you code style in app/
directory.
Example output:
Advance usage
Config file
Publish code-style.php
config file.
Git pre-commit hook
Use git pre-commit hook
Add next code to pre commit hooks file .git/hooks/pre-commit.
pre-commit
hook must be executable
License
Please see License File for more information.
All versions of laravel-code-style-command with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
laravel/framework Version 5.5 - 5.8
squizlabs/php_codesniffer Version 3.2.*
laravel/framework Version 5.5 - 5.8
squizlabs/php_codesniffer Version 3.2.*
The package lemberg/laravel-code-style-command contains the following files
Loading the files please wait ....