You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2020. It is now read-only.
I was able to install Quarx on a new installation of Laravel Spark, but when I ran the "php artisan quark:setup" command I got conflicts of duplicate database table names that conflict with the Laravel Spark such as "teams". I am attempting to namespace all the new Quarx tables with "quarx_" to differentiate the new tables with the Spark ones. All tables will be different except they will share the "users" table. I am not sure how successful I will be in getting it all to work together.