iyzipay-laravel icon indicating copy to clipboard operation
iyzipay-laravel copied to clipboard

Migration problem

Open MhdAslan opened this issue 6 years ago • 1 comments

after installing iyzipay-laravel and do all steps the last step doesn't work

The Return was "Nothing to migrate. "

MhdAslan avatar Oct 30 '18 15:10 MhdAslan

hi there,

do you have some files in migrations directory? they should be named with relatively current timestamp

can you re-do php artisan vendor:publish --provider="Iyzico\IyzipayLaravel\IyzipayLaravelServiceProvider" step, it should do migrations (and fix timestamps)

then you should be able to do migration (last command)

spacelatte avatar Nov 01 '18 15:11 spacelatte