Support the ongoing development of Laravel.io →

ChristianGerdes

Joined 21 Dec 2014

Statistics

Threads 1
Replies 15
Solutions 0
Articles 0

Advanced multiple paginations?

Hi, I want to know how to treat every 5th row different in pagination. I have a $ads variable that k...

0 Likes
0 Replies
replied 7 years ago

"No supported encrypter found. The cipher and / or key length are invalid." When I run key:generate

Just go to your .env file and add the following: APP_KEY=hereissomerandomkey

0 Likes
replied 7 years ago

Lumen Queue::push(new ExampleJob) works in local but not on the server

You also have to run the queue listener on your production server... If you use Laravel Forge it's r...

0 Likes
replied 7 years ago

Laravel Event Broadcast not work with pusher

Did you remember to start the queue listener?

0 Likes
replied 7 years ago

Chat application using queues in laravel

Just make a Google Search. It's a common first example

0 Likes
replied 7 years ago

Jobs and events

Use events. Setup an event listener when the user is created and push the image manipulation process...

0 Likes

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.

© 2024 Laravel.io - All rights reserved.