@thepsion5, out of curiosity. If it all hits the same model and therefore the same database (which h...
This an idea? (Use what works for your purposes) // Base Controller <?php class BaseController e...
But loading it in for example firefox or IE it loads just fine? (Have to have a base to try and hone...
Hey, Change return View::make('start', $content); to return View::make('start', compact('content', '...
The Laravel portal for problem solving, knowledge sharing and community building.