for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Gameap\Http\Controllers;
class EmptyController extends Controller
{
public function empty()
return view('empty');
}
public function index()
public function create()
public function store()
public function show()
public function edit()
public function update()