- Install XCode from App Store.
- Open XCode and agree to terms and conditions.
xcode-select --install
Verifying my Blockstack ID is secured with the address 1Jhv6ajrZzJZSBTT2QWwXuGc1dcYrHM1K3 https://explorer.blockstack.org/address/1Jhv6ajrZzJZSBTT2QWwXuGc1dcYrHM1K3 |
alias weather='curl -s wttr.in | sed -n "1,7p"' |
<div class="alert"> | |
{{ $slot }} | |
</div> |
<?php | |
/* | |
|-------------------------------------------------------------------------- | |
| Application Routes | |
|-------------------------------------------------------------------------- | |
| | |
| Here is where you can register all of the routes for an application. | |
| It's a breeze. Simply tell Laravel the URIs it should respond to | |
| and give it the controller to call when that URI is requested. |
Forge Ubuntu 16.04 servers are running Apt updates painfully slow in some European and Asian regions. | |
For example, 1GB servers in the Linode Singapore region take almost one hour to provision and many things | |
time out completely because Apt seems to be running so slow. This problem did not seem to be present on | |
Ubuntu 14.04 and does not seem to affect American regions. | |
Reward: SOLVED! |
<?php | |
namespace App\Http\Middleware; | |
use Closure; | |
class RewriteLinks | |
{ | |
/** | |
* Handle an incoming request. |
<?php | |
namespace App\Http\Middleware; | |
use Closure; | |
use Illuminate\Auth\Access\AuthorizationException; | |
class VerifyTenants | |
{ | |
/** |
alias homestead='function __homestead() { (cd ~/Documents/Code/Homestead && vagrant $*); unset -f __homestead; }; __homestead' | |
# Usage | |
homestead up | |
homestead halt | |
# etc... |