Skip to content

Instantly share code, notes, and snippets.

@pavlakis
Created March 30, 2013 23:11
Show Gist options
  • Save pavlakis/5278761 to your computer and use it in GitHub Desktop.
Save pavlakis/5278761 to your computer and use it in GitHub Desktop.
Create your Bootstrap
<?php
require ROOT . '/vendor/autoload.php';
use App\HelloWorld;
$hello = new HelloWorld();
echo $hello;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment