2017 © Pedro Peláez
 

library laravel-code-quality

Set of commands that help maintaining code quality in Laravel projects.

image

dam1r89/laravel-code-quality

Set of commands that help maintaining code quality in Laravel projects.

  • Monday, July 16, 2018
  • by dam1r89
  • Repository
  • 1 Watchers
  • 0 Stars
  • 100 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 56 % Grown

The README.md

Set of commands that help maintaining code quality in Laravel projects.

Installation

composer require --dev dam1r89/laravel-code-quality

About

Intended for Laravel type of projects with VueJS on frontend. Relys on phpunit for testing code before commit, php-cs-fixer and es-lint to lint/fix the code and git to install precommit hook., (*1)

It is analyzing only code that is added to index., (*2)

It also puts .editorconfig file in a root directory., (*3)

Commands:, (*4)

Install git pre commit hook, (*5)

php artisan code:install-hooks

Runs php-cs-fixer fix and eslint fix commands, (*6)

php artisan code:fix 

Manually run lint, (*7)

php artisan code:lint

The Versions

16/07 2018

dev-master

9999999-dev

Set of commands that help maintaining code quality in Laravel projects.

  Sources   Download

The Requires

 

by Damir Miladinov

16/07 2018

1.2.0

1.2.0.0

Set of commands that help maintaining code quality in Laravel projects.

  Sources   Download

The Requires

 

by Damir Miladinov

27/05 2018

1.1.0

1.1.0.0

Set of commands that help maintaining code quality in Laravel projects.

  Sources   Download

The Requires

 

by Damir Miladinov

02/11 2017

1.0.1

1.0.1.0

Set of commands that help maintaining code quality in Laravel projects.

  Sources   Download

The Requires

 

by Damir Miladinov

28/10 2017

1.0.0

1.0.0.0

Set of commands that help maintaining code quality in Laravel projects.

  Sources   Download

The Requires

 

by Damir Miladinov