Chumper / Datatable

This is a laravel 4 package for the server and client side of datatables at http://datatables.net/
https://github.com/Chumper/Datatable
388 stars 154 forks source link

class datatable not found in laravel 5 development branch package #314

Closed rfh103 closed 9 years ago

rfh103 commented 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

timgws commented 9 years ago

@rfh103, I assume this was just a namespace issue?

Did you manage to get Datatable up and running on Laravel 5?

rfh103 commented 9 years ago

@timgws indeed it was just a namespace issue all fixed now thanks