I hereby claim:
- I am barryvdh on github.
- I am barryvdh (https://keybase.io/barryvdh) on keybase.
- I have a public key whose fingerprint is AB59 569C F4B9 989D B442 34B3 A67C 9D6F 2EC7 8E42
To claim this, I am signing this object:
#!/usr/bin/env php | |
<?php | |
echo "Running tests.. "; | |
exec('vendor/bin/phpunit', $output, $returnCode); | |
if ($returnCode !== 0) { | |
// Show full output | |
echo PHP_EOL . implode($output, PHP_EOL) . PHP_EOL; | |
echo "Aborting commit.." . PHP_EOL; |
<?php | |
namespace App; | |
use Illuminate\Database\Eloquent\Model; | |
use Illuminate\Database\Eloquent\Relations\BelongsTo; | |
use Illuminate\Database\Eloquent\Relations\Relation; | |
use Illuminate\Support\Collection; | |
trait PushAll { |
<?php error_reporting(E_ALL); | |
function test() {} | |
$nIter = 1000000; | |
$argNums = [0, 1, 2, 3, 4, 5, 100]; | |
$func = 'test'; | |
foreach ($argNums as $argNum) { |
Verifying that +barryvdh is my blockchain ID. https://onename.com/barryvdh |
See https://github.com/fruitcakestudio/magerun-modman/blob/master/src/Fruitcake/Magerun/Modman/GenerateCommand.php |
<?php | |
/** | |
* A helper file for Laravel 5, to provide autocomplete information to your IDE | |
* Generated for Laravel Lumen (5.1.1) (Laravel Components 5.1.*) on 2015-08-18. | |
* | |
* @author Barry vd. Heuvel <[email protected]> | |
* @see https://github.com/barryvdh/laravel-ide-helper | |
*/ | |
namespace { |
#!/bin/bash | |
# Patch apllying tool template | |
# v0.1.2 | |
# (c) Copyright 2013. Magento Inc. | |
# | |
# DO NOT CHANGE ANY LINE IN THIS FILE. | |
# 1. Check required system tools | |
_check_installed_tools() { | |
local missed="" |
<?php | |
// composer require fabpot/goutte | |
Route::get('docs', function(){ | |
$host = 'http://laravel.com'; | |
$base = '/docs/5.1/'; | |
$client = new Goutte\Client(); | |
$crawler = $client->request('GET', $host.$base); |
I hereby claim:
To claim this, I am signing this object:
<?php | |
namespace PHPSTORM_META { | |
/** | |
* PhpStorm Meta file, to provide autocomplete information for PhpStorm | |
* Generated on 2017-09-28. | |
* | |
* @author Barry vd. Heuvel <[email protected]> | |
* @see https://github.com/barryvdh/laravel-ide-helper | |
*/ |