Support the ongoing development of Laravel.io →

Can't run Artisan in lumen.

On a fresh install of lumen, when I try to run anything in Artisan, I get this error message: [Error...

0 Likes
1 Replies
posted 9 years ago

Laravel 5 Queue with Homestead

Hi guys, I am having some issues with L5 with a sqs queue. I want the job to perform in the backgrou...

0 Likes
3 Replies
posted 9 years ago

Found an interesting bug

I found an interesting bug which I'll share here. Hopefully it will save someone time. Consider this...

0 Likes
0 Replies

Target [Illuminate\Contracts\Console\Kernel] is not instantiable.

Synopsis I have a problem where by when I try to call migrate:reset within a test tearDown method I...

0 Likes
1 Replies
Solved

"artisan app:name" command does not change namespace in database/seeds

Hi, the "artisan app:name" command does not change the namespace of files located in "...

0 Likes
0 Replies

Route based on POST body content instead of URI (Salesforce Canvas Integration)

Hi there, I'm very new to frameworks, I'd like to build an application which has this architecture:...

0 Likes
2 Replies
posted 10 years ago

supervised queue:listen stops working

I'm running the queue listen process via the following supervisor config (I'm using SQS). [program:l...

0 Likes
4 Replies

Attribute casting, Date Mutators on pivot table of related models

Sorry for this crosspost, I already asked my question on Laracast, but no response came, that's why...

0 Likes
2 Replies
posted 9 years ago

Pass a section id after product id.

At initial stage Url is http://localhost/laravel/ When i click on the product menu URL changes to ht...

0 Likes
2 Replies

How to run PostgresSQL with Laravel 5?

I’m working on Laravel 5 with postgres as database. I’ve configured postgres 9.4 and pgAdmin III and...

0 Likes
0 Replies

Need Calendar Event for Laravel 5

Hello, I have a Market Model. I need to add the open/closed function with a Calendar Event and didn'...

0 Likes
4 Replies
Solved

Update multiple rows using multiple select menu inputs

What I want to accomplish, is to update multiple rows at once, based on what has been submitted usin...

0 Likes
2 Replies
posted 9 years ago

Middleware problems

So I've been watching tutorials on laracasts about middleware parameters, but somehow it does fail.....

0 Likes
0 Replies

How Can One Develop Nested Packages?

I'm trying to put all my reusable code in packages to get them easily into other projects. I want to...

0 Likes
1 Replies

Best way to throttle requests by API Key?

Hello, I am trying to basically check if the api key that is currently being used, didn't pass it's...

0 Likes
0 Replies

Best open source project to pick laravel 4.2

I've found lot of open source projects built with laravel from source 1, source 2. But the thing is...

0 Likes
0 Replies

Going from Lumen->Laravel

Is it as easy as updating composer.json and running composer update?

0 Likes
0 Replies

Proper API JSON pagination

Hello everyone. I'm kinda new to Laravel so sorry if this is a noob question. I have an API controll...

0 Likes
3 Replies
Solved
posted 9 years ago

How can I use onWriteConnection() to create new user?

$user = new \App\User::onWriteConnection(); $user->name = \Input::get('name'); //... $user->st...

0 Likes
2 Replies
Solved
posted 9 years ago

How to fix the laravel array response values

I am developing apis for andriod in laravel 4.2. Facing a very silly type of problem I have a blog m...

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