for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* StupidlySimple - A PHP Framework For Lazy Developers.
*
* @author Fariz Luqman <[email protected]>
* @copyright 2017 Fariz Luqman
* @license MIT
* @link https://stupidlysimple.github.io/
*/
namespace Controller;
* Class Web.
class Web
{
public function start()
// do nothing
}