Closed ioiofadhil closed 1 year ago
Incase someone meet the same problem.
It's because Laravel somehow not detect them as new migration.
All i need to do is php artisan migrate:fresh
.
After do some install-reinstall, turns out that I think there's something happen in my laravel applications.
I manage to reinstall and only run php artisan migrate
and all run smoothly.
All good now.
Apache Server Laragon PgSQL Laravel 10
After installing with composer and publish the vendor, I tried to run
php artisan migrate
. Turns out there's nothing to migrate. And no changes file on database/migrations folder. What am i missing?Laravel 10 Php 8.1