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

Applying a where() clause for each table using Eloquent

kticka said: Eager loading section $users = User::with(array('posts' => function($query) { $q...

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.

© 2026 Laravel.io - All rights reserved.