I gotta use Route::currentRouteName() method on global.php but when I use it in there, it returns nu...
I'm a relative newcomer to Laravel, and trying to set up adLDAP authentication using Laravel 5. I've...
This is my first package built for L5. Thought i'd give everyone a peek since many of you here helpe...
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...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community