Toggle navigation
Sloths Framework
Documentation
<?php
$this
->
get
(
'/hi'
, function() {
return
'Hi Lazy Man, welcome to join us!'
;
});
Sloths Framework
PHP Framework for Lazy Man