Guest User

Untitled

a guest
Oct 23rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. namespace Crane;
  4. use Crane\Libs\Autoload;
  5.  
  6. require_once 'crane/crane.php';
  7.  
  8. // Tell the auto loader about the workspace folder
  9. // so that it can help find our resources:
  10. Autoload\registerPath(__DIR__ . '/workspace');
  11.  
  12. // Tell Crane to start:
  13. launch();
Add Comment
Please, Sign In to add comment