Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 740 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 740 Bytes

Laravel CI Template

Features

  • Testing using PHPUnit 9.5
  • Code Checker using PHP Code Sniffer
  • Code coverage using XDebug
  • Makefile for quick run commands

System requirements

  • PHP 8.0
  • Composer v2.x
  • XDebug

System requirements

  • phpunit.xml: PHPUnit config
  • phpcs.xml: PHP Code Sniffer config
  • Makefile: Quick commands

Quick Commands

Setup application for the first time

make setup

Run testing with coverage

make test

Run code checker

make lint

Reference

PHPUnit

Xdebug

PHP Code Sniffer