Support the ongoing development of Laravel.io →

MikkyX

Joined 10 May 2015

Statistics

Threads 6
Replies 11
Solutions 0
Articles 0

Validate for guests using L5.1 validation

We have a checkout where customers can either create an account or checkout as a guest. If they regi...

0 Likes
1 Replies
posted 8 years ago

"Shortcode" style functionality in Blade templates?

What would be the best way to go about implementing shortcode style functionality in views? Example:...

0 Likes
1 Replies

Named error bag when using $this->validate?

I have two forms on a page - both of them are validated in controller functions using $this->vali...

0 Likes
0 Replies

Sort a collection by a minimum value within the model's relationship - with pagination

We're currently working on an e-commerce site. Our brokerage pages show ranges, and these ranges con...

0 Likes
0 Replies
posted 8 years ago

Overwrite model attribute with a value from related model

I've got a model for product, and a model for a sale - the product has a price, and the sale has sta...

0 Likes
2 Replies
Solved
replied 8 years ago

Validate for guests using L5.1 validation

Taken an alternative approach and have created a 'guest' column in the database which I'm checking i...

0 Likes
replied 8 years ago

Memory usage on long running script

Well, for anyone still wondering, converting the script to use queues with multiple workers via supe...

0 Likes
replied 8 years ago

Memory usage on long running script

I'll see where I could use a sleep then, thanks - I thought about the unset() or $var = null approac...

0 Likes
replied 8 years ago

Memory usage on long running script

No. I could try it if you definitely think it will help though?

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.