Here is the code
Route::get('about', function(){
return View::make('about');
});
I finally figured it out and it was something very silly. I didn't have the rewrite_module selected. Once that was selected it worked
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community