Hi all, I want to perform this complex request in Laravel 4.2 : SELECT i.serial, z.name, count(im.da...
I have three tables: 1. Users Table field: user_id 2. Likes Table field: item_id...
I to use barryvdh/laravel-dompdf my script is just like this: $pdf = PDF::loadView('back.sales.recei...
Hi guys, I'm having difficulties working with the query builder syntax. I'm trying to convert this...
hello, I'm getting this error after trying to run vagrant box add laravel/homestead http://s23.posti...
I have posted in stackoverflow a question, however I did not get any answer. http://stackoverflow.co...
Hi, I want to make a link which redirect to specific method inside a controller when it is clicked....
Let's say I have a page at myhost.com/test with a section with id of "test". Is there any...
I am new with Laravel, I was able to query Many-to-Many relationships. Where 'template_dynamic' is t...
Hello, I'm using Redis as session driver in Laravel, ever since this morning, after I've got a compo...
Hi - I have the following composer.json on my local machine which is included in my git repo that I...
#Do you know some package form masking email at display# For exp. witter will show my email on page...
Honestly, I should probably dig through the code and google some more but I was wondering how is sal...
Suppose in a domain (app.domain.com) I have set a Session like this: Session::put('test', 'value');...
Hi friends, I try to make a modular Laravel application. I use "https://github.com/bstrahija/la...
Hello, I am having an issue with the Crypt facade in Laravel. When I execute the code below, and the...
Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'suppl...
Hey, I'm hoping there is a good solution for this: What I have is a template that I want to use for...
Should I use a package for reusing the code when implementing repositories or should I write all the...
I have installed laravel(4.2) via composer on my ubuntu desktop.. The problem is i don't find the .h...
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