I am working on windows and WAMP. Installed Laravel 5.4 through cmd and that was successful. After that I follow laravel voyager installation process and that was successful to. After all that I checked /migrations/ folder and there are many tables for migration, for laravel itself and for voyager but when I type php artisan migrate in cmd it migrate only "users" table it ignore other tables so voyager is not working and showing error that tables are missing. I searched internet but could not find this type of issue.
I'm using mysql
via Vorda