I am using Laravel Commander to use the command bus to handle everything in an app I am building. I...
I am working with Jeffery Way's Laravel Commander for a new project using the command bus architectu...
I'm working on a personal project and using it to learn better design patterns, specifically the rep...
You won't have any email addresses with DigitalOcean unless you manually install a mailserver via SS...
Forge is not a host for laravel, but it helps you set laravel up on VPS providers. You'd signup for...
This is what I've done in the past. There might be a more streamlined approach: parse_str ( $_SERVE...
$guest_username = 'misafir'.$_COOKIE['guest']; On that line you probably have the error. The $_COO...
$myArr = explode(',',Request::segment(4)); How about that?
The Laravel portal for problem solving, knowledge sharing and community building.