I would just like to know if anyone has tried to integrate Princexml within the Laravel framework? T...
Hey guys, I have a project that I am working on where I need a solid authentication System (Provided...
Let's assume we have these variables: $query = Study::join('patient', 'study.patient_fk', '=', 'pati...
Every night I hit my provider for an array of calls that are around 1-2k rows per night. I need to s...
I'm getting this error Call to undefined method Illuminate\Database\Query\Builder::Parents() I'm n...
Hi, I'm trying to send emails with attachments through the Mandrill API. When I'm using the "sy...
Everything was fine installing homestead 2.0 but when i run 'homestead up' I got an error vagrant is...
Firstly, I have deployed a Laravel project from Windows to server by copying everything in my Larave...
Hello! I'm running across an issue where none of the php artisan migrate commands give any output wh...
I'm dealing with a legacy spaghetti code mess, and moving it over to Laravel 5. For now I have some...
Hi Guys, I have a laravel website which has several subdomains like job.example.com, blog.example.co...
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...
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