Class 'app Http Controllers Response' Not Found Laravel 7 Code Example


Example: Class 'App\Http\Controllers\Response' not found

use Response; Or use full namespace:  return \Response::json(...); Or just use helper:  return response()->json(...);

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?