I am using https://github.com/lavary/laravel-menu to build the menus for my site. The problem is the...
I am trying to set up a route within my package but I can't get Laravel to find the controller. comp...
So afaict Workbench doesn't work with L5 yet. Is there still a way to do package development with L5...
I will have a permission system that will be administered via a PHP page and stored in the DB with t...
I am about to undertake a project to build several components for use in future websites in Laravel...
The 'right' way would depend on the use case. Specifically if they would use the same database. If y...
return Redirect:to('/form/thanks'); Route::get('/form/thanks', function() { return View::make('...
By redirecting to another route. http://en.wikipedia.org/wiki/Post/Redirect/Get
I'm starting a similar project in L5, I'll keep looking through your code for inspiration, hopefully...
You would have a redirector page like: redirector/http://externalurl.com/ And then in the controller...
The Laravel portal for problem solving, knowledge sharing and community building.