Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

qa

  • Clone with SSH
  • Clone with HTTPS
  • dendev's avatar
    dendev authored
    3f121629
    History

    Qa

    [![Latest Version on Packagist][ico-version]][link-packagist] [![Total Downloads][ico-downloads]][link-downloads] [![Build Status][ico-travis]][link-travis] [![StyleCI][ico-styleci]][link-styleci]

    This is where your description should go. Take a look at contributing.md to see a to do list.

    Installation

    Via Composer

    composer require dendev/qa

    Usage

    Docs/Metrics

    Make phpdoc

    php artisan qa:generate_doc

    Make phpmetrics

    php artisan qa:generate_metrics

    Make code coverage

    php artisan qa:generate_coverage

    Make report ( with all previous tools )

    php artisan qa:generate_report

    Open browser

    You can use -o or --open to automatically open browser on result

    php artisan qa:generate_report --open 

    Alias

    You can use short version of cmd

    php artisan qa:gr -o 

    Utils

    Check laravel php dependencies

    php artisan qa:check_dependencies

    Set correct permissions

    php artisan qa:set_perms

    Rmq

    Perhaps you need to generate a conform phpunit.xml

    phpunit --generate-configuration

    Change log

    Please see the changelog for more information on what has changed recently.