bootstrap() public static method

Bootstrap the framework
public static bootstrap ( ) : void
return void
Beispiel #1
0
<?php

use Lassi\Lassi;
/**
 * Bootstrap the boilerplate
 *
 * @author Jabran Rafique <*****@*****.**>
 * @license MIT License
 */
/** Restrict direct access */
defined('ROOT') or die('Unexpected request');
/**
 * Setup Lassi with Slim framework and Eloquent
 */
Lassi::bootstrap();