Class 'App\Http\Controllers\File' not found
// in laravel append the following at the top of controller
use File;
Class 'App\Http\Controllers\File' not found
// in laravel append the following at the top of controller
use File;
Class 'App\Http\Controllers\Response' not found
use Response;
Or use full namespace:
return \Response::json(...);
Or just use helper:
return response()->json(...);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us