Support the ongoing development of Laravel.io →
Xum

Xum

Joined 12 Apr 2015

Statistics

Threads 0
Replies 188
Solutions 31
Articles 0

xum has not posted any threads yet

replied 10 years ago

Laravel 5 Facade - Class not found if called from template.

Right, you should also remove use App\Facades\Ajax\Facade\Ajax; from your controller. Or, alternativ...

0 Likes
replied 10 years ago

How to add job again in queue if certain condition met in handle method of laravel command

Throwing exception is what documentation proposes. There's also another way to release the job menti...

0 Likes
replied 10 years ago

Laravel 5 Facade - Class not found if called from template.

Facades are supposed to live in global namespace. Try to use \Ajax::test() instead of Ajax::test in...

0 Likes
replied 10 years ago

How to catch "POST Content-Length of n bytes exceeds" ?

You can try to add a hidden input field with name MAX_FILE_SIZE and value equal to maximum allowed f...

0 Likes
replied 10 years ago

How to add job again in queue if certain condition met in handle method of laravel command

Throw an exception instead of exiting the method to release the job back to the queue to be retried...

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.