Support the ongoing development of Laravel.io →
posted 10 years ago

princexml with laravel

I would just like to know if anyone has tried to integrate Princexml within the Laravel framework? T...

0 Likes
0 Replies

Need better Roles and Permission System

Hey guys, I have a project that I am working on where I need a solid authentication System (Provided...

0 Likes
4 Replies

Get() vs Select($cols)->get()

Let's assume we have these variables: $query = Study::join('patient', 'study.patient_fk', '=', 'pati...

0 Likes
3 Replies
Solved

best way to insert *many* rows into a table

Every night I hit my provider for an array of calls that are around 1-2k rows per night. I need to s...

0 Likes
2 Replies

Call to undefined method Illuminate\Database\Query\Builder::Parents()

I'm getting this error Call to undefined method Illuminate\Database\Query\Builder::Parents() I'm n...

0 Likes
7 Replies
Solved
posted 10 years ago

Beanstalkd + Mandrill = Fatal error

Hi, I'm trying to send emails with attachments through the Mandrill API. When I'm using the "sy...

0 Likes
1 Replies

Vagrant Not Recognized on windows 8.1

Everything was fine installing homestead 2.0 but when i run 'homestead up' I got an error vagrant is...

0 Likes
4 Replies

Deploying laravel project to server?

Firstly, I have deployed a Laravel project from Windows to server by copying everything in my Larave...

0 Likes
6 Replies

Travis-CI: Running `php artisan migrate --no-interaction -vvv` displays no output, no log files created.

Hello! I'm running across an issue where none of the php artisan migrate commands give any output wh...

0 Likes
1 Replies

Bypass CSRF protection on specific routes?

I'm dealing with a legacy spaghetti code mess, and moving it over to Laravel 5. For now I have some...

0 Likes
7 Replies

Issue with Login on Subdomains

Hi Guys, I have a laravel website which has several subdomains like job.example.com, blog.example.co...

0 Likes
2 Replies

Repository pattern question

Hello everyone. I've read about repository pattern and I want to implement it. Actually I use larave...

0 Likes
1 Replies
posted 10 years ago

Ternary statement (4.1 vs 4.2)

We have updated today from 4.1 to 4.2. But now the following code doesn't give the same result. {{ $...

0 Likes
1 Replies

Call to undefined method replicate();

Hello there, I have a web app that manages gardening courses and registrations for it. While enterin...

0 Likes
3 Replies

laravel 4 authentication always returns false

I am using laravel and always fail to authenticate a user. Here is model code <?php use Illumi...

0 Likes
2 Replies
Solved
posted 10 years ago

Eager Loading, querying relationship table

Hi there, I have a query which is difficult to word and i'm struggling to find resources to help. I...

0 Likes
2 Replies

About Validation "sometimes" Rule

I drop an array into Validation::make. Sample likes below: $input = ['a_list' => [1,2,3,4]]; $va...

0 Likes
1 Replies

Detect env variables on Forge for queues?

Hi; I cant run queues! forge@Fitness:~/default$ php artisan queue:work [PDOException] SQLSTATE[HY0...

0 Likes
14 Replies
posted 10 years ago

Stored Procedure OUT value Error

Can anybody help me with getting a stored procedure to run when it has an OUT value? If I use the fo...

0 Likes
2 Replies

ERROR 500 - INTERNAL SERVER ERROR (host gator)

Laravel site was working correctly but after uploading on GIT I got an error which is error 500- int...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.