#143 Add staticpages controller
state: closed opened by: adrianharabula on: 5/26/2017
Comments
from: adrianharabula on: 6/6/2017
we don't even need a controller :))
it's all fixed directly from route:
Route::get('{route}', function ($route) {
return view('static.'.$route);
});