Class 'App\Http\Controllers\Session' Not Found

[Solved] Class 'App\Http\Controllers\Session' Not Found | Php - Code Explorer | yomemimo.com
Question : Class 'App\Http\Controllers\Session' not found

Answered by : wandering-walrus-bvj28e0471t1

use Session;

Source : https://stackoverflow.com/questions/34419378/class-app-http-controllers-session-not-found-in-laravel-5-2 | Last Update : Thu, 05 Nov 20

Question : Class 'App\Http\Controllers\File' not found

Answered by : zaka-ur-rehman-khan

// in laravel append the following at the top of controller
use File;

Source : | Last Update : Sun, 08 Nov 20

Answers related to Class 'App\Http\Controllers\Session' not found

Code Explorer Popular Question For Php