Added Laravel project
This commit is contained in:
10
Laravel/vendor/fzaninotto/faker/Makefile
vendored
Normal file
10
Laravel/vendor/fzaninotto/faker/Makefile
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
Reference in New Issue
Block a user