Support the ongoing development of Laravel.io →

mzur

Joined 10 Feb 2015

Statistics

Threads 3
Replies 5
Solutions 0
Articles 0

Multiple authentication methods for the same routes

Hi all. My app provides an API that is used both by the frontend (with form/ajax requests) and by ex...

0 Likes
1 Replies
posted 8 years ago

Queued job blocks and waits for background process

I am running a queued job that basically does this: exec('<long running script> &'); It c...

0 Likes
2 Replies

Boosting image serving performance

I am currently trying to improve the performance of my Laravel application. The average response tim...

0 Likes
5 Replies
replied 7 years ago

How to make where() restrictions on resourceful routes

If anybody is interested, I found a somewhat more elegant approach with named recourceful route para...

0 Likes
replied 8 years ago

Queued job blocks and waits for background process

orrd said: Couldn't you add the "1>/dev/null 2>&1" stuff to your call to exec()...

0 Likes
replied 8 years ago

Boosting image serving performance

astroanu said: If you think there's a hidden bug in your code that hinders the performance i sugges...

0 Likes
replied 8 years ago

Boosting image serving performance

astroanu said: browsers make no more than 2 connections in parallel. so 2 images are being download...

0 Likes
replied 9 years ago

Rearranging JSON output

For anyone bumping on this thread like me: Take a look at this post. Especially this part: public fu...

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.