Support the ongoing development of Laravel.io →

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 11 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

Sessions laravel on shared hosting

I just finished a web application with Laravel. Working in local all is well, on hosting this happen...

0 Likes
0 Replies
posted 10 years ago

Mocking object and stubbing out some methods

I am trying to stub out some methods of a mocked object, but it doesn't appear to be working. I have...

0 Likes
1 Replies

Join three tables

I have three tables: attributes id name description attributes_values id attribute_id value product...

0 Likes
1 Replies

Authentication Not Working

Hi, I'm new here and I'm going to have problems with the logon application that I am trying to devel...

0 Likes
1 Replies

Laravel 5.0 beta when?

Just want to know. Want to publish it for all.

0 Likes
4 Replies

Model relationship not updated after deleting related models.

I have two model classes, Document and Segments. Document hasMany Segments. Doing $document->segm...

0 Likes
2 Replies

ServiceProvider:Class not found.

I'm new at using ServiceProviders and spend most of the day figuring out what's wrong. composer.json...

0 Likes
1 Replies
Solved

Connection to tcp:// xxx.com.br:587 Timed Out

I have one application in laravel naked in localhost with wamp server tested and non functioning. Bu...

0 Likes
0 Replies
posted 10 years ago

insert csv file contents into database

Hi,, am working on project which deals with bulk data upload into database by using CSV file. Is the...

0 Likes
3 Replies

Specify APP string for SQLSERVER

MSSQL driver supports an additional APP string required for connecting to some specific application,...

0 Likes
0 Replies

Manage multiple laravel installations in subdirectories

Hi, I try to setup multiple laravel installations in subdirectories and remove the public folder fro...

0 Likes
3 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.