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