PHP Classes

File: vendor/fzaninotto/faker/Makefile

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/fzaninotto/faker/Makefile   Download  
File: vendor/fzaninotto/faker/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
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