Right, you should also remove use App\Facades\Ajax\Facade\Ajax; from your controller. Or, alternativ...
Throwing exception is what documentation proposes. There's also another way to release the job menti...
Facades are supposed to live in global namespace. Try to use \Ajax::test() instead of Ajax::test in...
You can try to add a hidden input field with name MAX_FILE_SIZE and value equal to maximum allowed f...
Throw an exception instead of exiting the method to release the job back to the queue to be retried...
The Laravel portal for problem solving, knowledge sharing and community building.