iyzipay-laravel
iyzipay-laravel copied to clipboard
Migration problem
after installing iyzipay-laravel and do all steps the last step doesn't work
The Return was "Nothing to migrate. "
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)