How can I do this assuming the user inputs an & as fx. "h&m"? :)
Hey guys, I'm trying to save some form fields to my DB that I am creating dynamically with a button...
Hey guys, Im using the Intervention image to allow users to upload their images - this part works. W...
Hi guys, I cannot seem to figure out why this does not work. I want to show the opening hours for my...
Hey guys, I deployed my application, and im currently using environment variables for my sensitive i...
$env = $app->detectEnvironment(array( 'local' => array('localhost'), )); Shouldn't the abov...
It returns production, so I assume it should return development/local ?
Hehe good catch, wrong paste obviously :P 'mysql' => array( 'driver' => 'mysql', 'host'...
Managed to fix it, below is the working code: if (Auth::user()->id == Listing::find($id)->use...
The Laravel portal for problem solving, knowledge sharing and community building.