Hello everyone. I've read about repository pattern and I want to implement it. Actually I use larave...
We have updated today from 4.1 to 4.2. But now the following code doesn't give the same result. {{ $...
Hello there, I have a web app that manages gardening courses and registrations for it. While enterin...
I am using laravel and always fail to authenticate a user. Here is model code <?php use Illumi...
Hi there, I have a query which is difficult to word and i'm struggling to find resources to help. I...
I drop an array into Validation::make. Sample likes below: $input = ['a_list' => [1,2,3,4]]; $va...
Hi; I cant run queues! forge@Fitness:~/default$ php artisan queue:work [PDOException] SQLSTATE[HY0...
Can anybody help me with getting a stored procedure to run when it has an OUT value? If I use the fo...
Laravel site was working correctly but after uploading on GIT I got an error which is error 500- int...
I just finished a web application with Laravel. Working in local all is well, on hosting this happen...
I am trying to stub out some methods of a mocked object, but it doesn't appear to be working. I have...
I have three tables: attributes id name description attributes_values id attribute_id value product...
Hi, I'm new here and I'm going to have problems with the logon application that I am trying to devel...
I have two model classes, Document and Segments. Document hasMany Segments. Doing $document->segm...
I'm new at using ServiceProviders and spend most of the day figuring out what's wrong. composer.json...
I have one application in laravel naked in localhost with wamp server tested and non functioning. Bu...
Hi,, am working on project which deals with bulk data upload into database by using CSV file. Is the...
MSSQL driver supports an additional APP string required for connecting to some specific application,...
Hi, I try to setup multiple laravel installations in subdirectories and remove the public folder fro...
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