Skip to content

Instantly share code, notes, and snippets.

@alxy
Created January 7, 2014 19:05
Show Gist options
  • Save alxy/8304816 to your computer and use it in GitHub Desktop.
Save alxy/8304816 to your computer and use it in GitHub Desktop.
<?php
require_once __DIR__.'/vendor/autoload.php';
return new Sami\Sami('/home/alxy/Vagrant/htdocs/laravel-bootstrap.dev/vendor/laravel/framework', array(
'theme' => 'default',
'title' => 'Laravel API',
'build_dir' => __DIR__.'/build',
'cache_dir' => __DIR__.'/cache',
'default_opened_level' => 2,
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment