Support the ongoing development of Laravel.io →
ChrisRM

ChrisRM

Joined 27 Mar 2014

Statistics

Threads 0
Replies 29
Solutions 5
Articles 0

chrisrm has not posted any threads yet

replied 11 years ago

Eloquent query database and return output with relationship.

if (Input::has('category')) { return Category::where('id', '=', Input::get('category'))->with...

0 Likes
replied 11 years ago

laravel-dompdf problem.

There seem to be something wrong with the _css_selector_to_xpath() method. To debug this, check out...

0 Likes
replied 11 years ago

laravel-dompdf problem.

I checked and there is no fonts directory in the storage folder. If there aren't, you might want t...

0 Likes
replied 11 years ago

Acces controller methods from View

You could, but that will break the MVC pattern. I'm sure you can find a better way of doing what you...

0 Likes
replied 11 years ago

Where to process huge data in Laravel/PHP application

Queues are run as background tasks to eliminate the problem with unresponsive UI's. So no, this will...

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.