what the Laravel official documentation means by "concrete type" .
Hi, I have a page that displays the contents of a shopping cart in a table. The Quantity field is a...
Hey everyone, I have a strange problem, when i tried to use Cache "sometimes" it throws Fa...
Hey there, I've written a little howto for Laravel on nitrous (a cloud IDE). The article can be foun...
my controller public function show() { $errors = 'Invalid Login Credentials'; $credentials = [...
Hi! im sorry if im asking the same question, it was not clear enough for me why this error is showin...
Hi using laravel 4.2 on an apache server I'm trying to secure sections of my site with SSL - I'd li...
Hello, how to convert after upload image to base 64 in laravel to save in db? upload code here $file...
Hi i am getting the error message posted below on my production server but not on my local developme...
On a fresh install of L5 I have been getting a Symfony message: ( ! ) Deprecated: The Symfony\Compon...
In my routes I am using the csrf filter, and it is working fine. Route::get('items/index', array('be...
An L5 virgin question: I just simply installed a fresh L5 app, and installed elixir. Deleted app.css...
Can anyone tell why this code generates the all.css file: elixir(function(mix) { mix.copy(...
Hello all, First time here, as I usually spend hours (days!) searching for solutions, and usually fi...
I moved my index.php file to the root of my app. and rearranged the below two files From this requir...
Hi there! I have written a new package for route localization (and some helpers) for Laravel 4 and I...
Hi, I am following Build Larabook from Scracth, by Laracasts. At the end of Lesson 10, the author ru...
Hello Laravelios :) As many of the users here, I'm getting into Laravel and try to switch to it as m...
Has anyone configured monolog w/ a different handler in their laravel app? ie: loggly, redis, dynam...
I am trying to follow the repository pattern outlined in this article http://code.tutsplus.com/tutor...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community