I recently ran a workshop at Laracon EU walking through how to add real-time features to Laravel app...
Hello everyone, I am having a large issue with the Authentication mechanisms in Laravel. First of al...
Hi all, I'm looking for some inspiration. I've got a low traffic site that's fast in my dev environm...
Hi guys, i've a little problem. i dont know how to serve my whole laravel 5.1 app in https. i cant f...
Hi, I've set up Laravel Homestead and everything works fine. But when I add hhvm: true to the Homest...
Hello all, I have an application, called Hummingbird, inside /app/ and is initialised with all route...
#Route Route::get('wesell-congratulations/{id}', ['as' => 'wesell-congratulations', 'uses' =>...
I'm trying to serve a cached image but I'm only getting a broken image link. How come? $cachedImage...
for some reason I'm getting : "Class App\Http\Controllers\TranslatorService does not exist"...
I have set up this in database.php 'testdb' => [ 'driver' => 'sqlsrv', 'host' => env(...
I've been struggling with a fresh install of Laravel on virtual box, yesterday I had a white screen...
how to convert url like example.com/index.php/students/by_id/101010 to laravel url example.com/stude...
It is my first chance to integrate Mastercard integration to my Php questions and Answers Website. I...
Hi, I've just configured my routes correctly as i do usually: Route::get('/news/', 'PagesController@...
I'm trying to deploy my L4 app with Forge and Envoyer. I've got it copying the environment and sourc...
I tried to install doctrine\dba1 using cmd prompt and got the following error http://laravel.io/bin...
I've got a problem while trying to upload a large file (20Mb) on a form. It's working fine with smal...
Hi guys! How are you? I would like to ask you 2 questions about this application: http://www.numant...
Hi guys, I would like to ask you what of the following configurations should be better for a small a...
Trying out testing in Laravel and have failed miserably. I'm trying to run phpunit. In my terminal,...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.