z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.14k stars 2.81k forks source link

Refreshing migration #4558

Closed emmarvpol closed 4 years ago

emmarvpol commented 4 years ago

Description:

Hello, I ran php artisan migrate:refresh and now my admin tables are empty. I can't login to admin panel anymore. How can i fix that?

Steps To Reproduce:

php artisan db:seed did nothing

Im getting errors for all of those php artisan admin:import helpers

php artisan admin:import media-manager

php artisan admin:import api-tester

php artisan admin:import config

php artisan admin:import scheduling

techbly commented 4 years ago

run php artisan admin:install to restore the default migration and seeding

emmarvpol commented 4 years ago

Thanks for your responce. I tried already with no luck. I got something like "already installed", I don't remember. I just reinstall both laravel and laravel-admin and that was very painful.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.