Support the ongoing development of Laravel.io →

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

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.