Support the ongoing development of Laravel.io →
jerauf

jerauf

Joined 16 Feb 2014

Statistics

Threads 82
Replies 112
Solutions 2
Articles 0

Join interfering with eager loading

I'm going insane. I have a query that needs to use a join and eager loading. The join needs to occur...

0 Likes
2 Replies

Accessing HTML files in the public directory

My website is built with Laravel but I need the public directory to act like a regular directory. In...

0 Likes
3 Replies

Using model classes in Laravel 5

In Laravel 4, I could go: Show::all(); But in Laravel 5, I have to go: \Show::all(); or \App\Model...

0 Likes
3 Replies
Solved

Drag and drop sorting with JQuery UI

I'm trying to implement drag and drop sorting using JQuery UI but I'm getting an "Internal serv...

0 Likes
4 Replies
posted 11 years ago

Using routes for conditional statements

How do I use a route name in a conditional statement? I read about using: if(Route::is('route-name')...

0 Likes
2 Replies
replied 8 years ago

PHP Fatal error: Class 'Route' not found

No. It's on a server. This just started happening. It was fine on the 4th and this happened on the 5...

0 Likes
replied 9 years ago

mcrypt required

It's CentOS Linux 7.2.1511. I found the solution here https://www.digitalocean.com/community/questio...

0 Likes
Solved
replied 9 years ago

mcrypt required

I already did after I added to extension=mcrypt.so my php.ini file.

0 Likes
replied 9 years ago

mcrypt required

When I run the command, it says it's not enabled. How do I enable?

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.