zizohassan / video-website

Video , category , skills , tags , comments ,search , pages , contact us (dashboard , website)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class 'App\Http\Controllers\Backend\BackEndController' not found

MagedAhmad opened this issue · comments

in admin when i try to reach any of (categories - skills - tags - pages - videos - messages )
i get this error
Class 'App\Http\Controllers\Backend\BackEndController' not found
as i can see the class already exists so whats the issue here ?!
p.s
i temporary fixed this by adding this line on each controller

use App\Http\Controllers\BackEnd\BackEndController;