z-song / laravel-admin

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

Recover Lost Database Data #5814

Open Mario-Coxe opened 1 year ago

Mario-Coxe commented 1 year ago

Hello,

I encountered an issue where all data in the database was lost. To recover from this issue, I suggest re-executing the following command:

php artisan admin:install This command should help restore the database to its previous state.

Thank you.