-
Notifications
You must be signed in to change notification settings - Fork 10
Examples
lastguest edited this page Oct 17, 2014
·
1 revision
<?php
// Load vendors
include 'vendor/autoload.php';
Route::on('/',function(){
echo "Hello from Core!";
});
// Dispatch route
Route::dispatch();
// Send response to the browser
Response::send();Core is maintained by using the Semantic Versioning Specification (SemVer).
Copyright 2014-2016 Caffeina srl under the MIT license.
http://caffeina.com