Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vipin93's avatar
Level 13

on local(windows) working fine but on server(ubuntu 16.04) errors?

i just install https://github.com/yajra/laravel-datatables this package its working fine on my local server but when i deploy my code its giving me errors " production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Class 'App\Datatables\DataTableBase' not found in" i dont know why i double checked namespace is fine i deploy my code via git local to production(ssh) thanks

0 likes
1 reply
afrayedknot's avatar

Probably because of "case sensitive" file names.

Make sure your file is exactly DataTableBase.php - otherwise it will fail on Unbuntu.

Please or to participate in this conversation.