PHP Classes

File: vendor/fzaninotto/faker/Makefile

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/fzaninotto/faker/Makefile   Download  
File: vendor/fzaninotto/faker/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change: Update of vendor/fzaninotto/faker/Makefile
Date: 4 years ago
Size: 223 bytes
 

Contents

Class file image Download
vendor/autoload.php: composer install --no-interaction --prefer-dist .PHONY: sniff sniff: vendor/autoload.php vendor/bin/phpcs --standard=PSR2 src -n .PHONY: test test: vendor/autoload.php vendor/bin/phpunit --verbose