Execute any Laravel action (not just commands) on any schedule from just one cron job! Inspired by T...
Whenever I want to edit an answer I just submitted, I get the error message Please review the form b...
This return Route::get('confirm', function() { ... }); should be Route::get('confirm', function() {...
For return Redirect::route('confirm') to work, you need to have named the route that matches 'confi...
For absolute SEO goodness, you would add another column updated_slug_id on the slugs table pointing...
@soclosed: The idea of a URL is to be a unique identifier. So if you don't want the URL to change on...
Looks like transportable() is supposed to return a morphed relationship. I don't think it is possibl...
The Laravel portal for problem solving, knowledge sharing and community building.