I am trying to implement simogeo filemanager into laravel and using it in combination with tinymce i...
http://i60.tinypic.com/9fo6fs.jpg composer require barryvdh/laravel-elfinder { "name": &qu...
Hi guys, I am trying to do the controller validation like shown in the docs: http://laravel.com/docs...
I think most of artisan commands are for development, I dont need them when my add is in production....
Hi, I'm having a weird error. The following one runs fine on CLI: php artisan migrate --path=workben...
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...
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.