Are you using an odbc driver/package for Laravel? Without it, Laravel will try to perform regular queries and use a regular connection to do that. If your database is not compatible with that you might get these weird errors. You have to use an eloquent compatible driver to make this work.
You can also check the log files in storage/logs. Maybe you can find some direction in htere.