Support the ongoing development of Laravel.io →
VenomRush

VenomRush

Joined 27 May 2014

Statistics

Threads 17
Replies 21
Solutions 6
Articles 0
posted 9 years ago

Creating a custom exception class and custom exception handler class

I'm having trouble creating a custom exception class and handler. You can see the code and details o...

0 Likes
3 Replies
posted 9 years ago

Using a dynamic variable to call a model

How would I go about calling a model using a dynamic variable? I thought $nameOfModel::all() would w...

0 Likes
1 Replies
posted 9 years ago

Custom function to sanitize data received in xml feed

I have access to a secure xml feed and I want to know what I should add to the function below to mak...

0 Likes
0 Replies
posted 9 years ago

Eloquent query where() confusion

I don't know how to build an eloquent query for the following: SELECT * FROM table WHERE column1 = v...

0 Likes
5 Replies
Solved

Best practice advice on creating crons

I've gone through the documentation for scheduling (https://laravel.com/docs/5.2/scheduling) and I u...

0 Likes
2 Replies
replied 11 years ago

About the recent forum spam

I've implemented a solution on a commercial site that sees ~1000 - ~1200 form submissions a day. Wha...

0 Likes
replied 11 years ago

Spaces in $_GET values are being double encoded, resulting in %2520.

When the link is clicked on it results in a url that has %2520. P.S. I don't know what is up with th...

0 Likes
replied 11 years ago

Spaces in $_GET values are being double encoded, resulting in %2520.

Hi iWader I'm using laravel's input class. I tried editing my initial post but for some reason I can...

0 Likes
replied 11 years ago

Eager loading constraint and ordering it correctly

I found a solution here: http://laravel.io/forum/07-23-2014-sort-by-distant-relationship

0 Likes
Solved
replied 11 years ago

Problem accessing eager loaded information

So it seems I had to do a double foreach loop: @foreach($vehicles as $vehicle) @foreach($vehicle->...

0 Likes
Solved

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.

© 2026 Laravel.io - All rights reserved.