#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...
Hello, I'm facing a problem with blade templating and my layouts. Here's my layout (in app/views/lay...
I want to inject the larvel log object to my controller instead of using the facade. But I cant type...
Hi, Is there any ability to perform a custom query on my model's initialisation? The reason is, i wa...
Hi guys hope somebody can help.... I did a transfer from root-root and reinstalled the backup. But g...
We have a large web application built on Laravel 4 (4.2 currently) and we have ran into a bit of a p...
Hi fellow Laravel fans, I am hoping somebody can help me. I am trying to mock an instance of Carbon...
How can I do the following using eloquent? INSERT INTO table (column) VALUES (select max(id) from ta...
Hi, I have an array with objects called $buildings It has 5 buildings, each with a relation to a &q...
To be fair i almost always use Chrome. But sometimes i use Firefox and i stumbled into this issue, n...
Hi, I'm trying to execute: % php artisan migrate and I get the following error: [PDOException] SQLST...
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