I hereby claim:
- I am coolguy1990 on github.
- I am coolguy1990 (https://keybase.io/coolguy1990) on keybase.
- I have a public key ASDLeMlYA4CdkK1vVHVcQ3TfQprKSR5sasEjgIG37sji8Ao
To claim this, I am signing this object:
{"lastUpload":"2019-04-15T06:51:33.802Z","extensionVersion":"v3.2.8"} |
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.11/require.min.js"></script> | |
</head> | |
<body><script id="jsbin-javascript"> | |
requirejs.config({ | |
paths: { | |
ramda: 'https://cdnjs.cloudflare.com/ajax/libs/ramda/0.13.0/ramda.min', | |
jquery: 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min', |
I hereby claim:
To claim this, I am signing this object:
{ | |
// Plugin settings | |
// Turn the debug output on/off | |
"show_debug": true, | |
// Which file types (file extensions), do you want the plugin to | |
// execute for | |
"extensions_to_execute": ["php"], |
pear config-set auto_discover 1 pear install pear.phpunit.de/PHPUnit
pear channel-discover pear.pdepend.org pear install pdepend/PHP_Depend
pear channel-discover pear.phpmd.org pear channel-discover pear.pdepend.org pear install --alldeps phpmd/PHP_PMD
# laravel new-app | |
alias laravel="git clone -o laravel -b develop https://github.com/laravel/laravel.git" | |
alias artisan="php artisan" | |
alias migrate="php artisan migrate" | |
alias serve="php artisan serve" | |
alias dump="php artisan dump" | |
alias t="phpunit" | |
# Generators Package |