I have a website hosted in shared hosting space. After a long messy deployment, I tried to login into the system and now I am getting this error "ReflectionException (-1) Class App\Http\Controllers\Admin\Admincontroller does not exist". This persists in every route actions.
Already my public folder files are in public_html.
routes\web.php
Route::group(['middleware' => ['auth', 'admin'], 'prefix' => '/acumen'], function(){
# index view for displaying admin section
Route::get('/', 'Admin\Admincontroller@getIndexView')->name('admin.index');
I want the application working properly.
from Newest questions tagged laravel-5 - Stack Overflow http://bit.ly/2x257Xx
via IFTTT
Aucun commentaire:
Enregistrer un commentaire