Support the ongoing development of Laravel.io →

maknz

Joined 13 Mar 2014

Statistics

Threads 4
Replies 13
Solutions 1
Articles 0
posted 9 years ago

Queue worker for one particular queue/tube

I am using Beanstalkd, and I want to queue particular types of jobs to different tubes (mail to one,...

0 Likes
1 Replies
posted 9 years ago

Deferred service providers with dependency injection

Is it possible to use deferred service providers when binding to a type? For example, I want to bind...

0 Likes
1 Replies
posted 9 years ago

Behaviour of maintenance mode, in particular queues

I have a few things I want to clarify about about maintenance mode: existing web requests will kee...

0 Likes
0 Replies

Dealing with pivot data without running heaps of queries

I have a API endpoint which should list all users who are members of an organisation. Users and Orga...

0 Likes
1 Replies
replied 9 years ago

Can't install laravel

If you're using Composer locally in your project, you want to use php composer.phar rather than comp...

0 Likes
replied 9 years ago

404 error handling

I would suggest perhaps structuring your handlers like this. The most general handler comes first, a...

0 Likes
replied 9 years ago

Laravel eloquent adding IS NULL to DB query

The where() method is used in the form where($column, $operator, $value), so for example where('repu...

0 Likes
replied 9 years ago

Is it possible to generate unique and random string easily in Laravel 4?

For when I need a string primary key, I use Str::quickRandom($length) and check if it exists already...

0 Likes
replied 9 years ago

create pdf from html

I've used both PhantomJS and Wkhtmltopdf as binaries run with symfony/process in the application. Bo...

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.