NikolaGavric94 / laravel-square

Square integration with Laravel/Lumen >=5.5
MIT License
31 stars 23 forks source link

DB Tables not found #9

Closed zhsolutions closed 6 years ago

zhsolutions commented 6 years ago

Hi!

I just installed your package again, into my project after following the installation instructions when trying to charge a card I get

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nikolag_transactions' ...

But I cant even find the migrations to create the tables....

NikolaGavric94 commented 6 years ago

What version are u using?

zhsolutions commented 6 years ago

Latest Laravel and this adddon. Im closing this because I did not realize the old install ran the migration and was not be rerun because if it.. However I am experiencing some other bugs, related to the charge method.. I am submmitting now.