Skip to content

Instantly share code, notes, and snippets.

View adin234's full-sized avatar
🏠
Working from home

aldrin bautista adin234

🏠
Working from home
View GitHub Profile
@adin234
adin234 / sapi.sh
Last active August 29, 2015 14:17 — forked from srph/sapi
#!/bin/bash
php -S localhost:${1:-8080}
<?php namespace Cad\System\Library;
use Sourcescript\LaravelDependencyInjector\Interfaces\DependencyInterface;
/**
* Best used w/ Fractal and LaravelDependencyInterface
*/
class Masonry
{