Closed rfh103 closed 9 years ago
I am trying to port my existing application from laravel 4 to 5 I have installed the dev application and updated providers and aliases as per the docs but in my controllers folder I get the error
Class 'App\Http\Controllers\Datatable' not found
any ideas ? thanks
@rfh103, I assume this was just a namespace issue?
Did you manage to get Datatable up and running on Laravel 5?
@timgws indeed it was just a namespace issue all fixed now thanks
I am trying to port my existing application from laravel 4 to 5 I have installed the dev application and updated providers and aliases as per the docs but in my controllers folder I get the error
Class 'App\Http\Controllers\Datatable' not found
any ideas ? thanks