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,...
Hi, I have recently migrated from 5.0 to 5.1.1, carefully following the docs. Locally it works like...
Hello guys, i have issue with the router here is my code first : Route::get('/','HomeController@inde...
I want to move my websites from Coldfusion to php using Laravel as the framework. The websites are...
I have added the .htaccess file on my azure vm /public folder like the documentation stated Options...
I previously worked without a framework and so now I am stuck in creating a pop up modal in laravel...
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.
The community