for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Core\Controller;
class CoreController extends Controller
{
public function homeAction()
return $this->render('Core/home.twig');
}