codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.8k stars 224 forks source link

Incompatible with Laravel 5.7.12 and totem table prefix #122

Closed marcoocram closed 6 years ago

marcoocram commented 6 years ago

We can't use laravel totem with this version of laravel and table prefix.

It fail when tries to do an operation with tasks tables because tries to concatenate several times the table prefix.

Can you check this issue? Thanks!

marcoocram commented 6 years ago

i've checked this PR: https://github.com/laravel/framework/pull/26085/files

and it set table on new instance function so it concatenate the prefix

roshangautam commented 6 years ago

is this still a problem? Did that PR on laravel/framework fixed it or introduced this issue?

marcoocram commented 6 years ago

introduced the issue, now is not working porpertly, im not using the prefix to avoid this problem