From 3c7d1677103b27391ca74c2a752f2dd0da976bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Coxe?= <94186890+Mario-Coxe@users.noreply.github.com> Date: Sat, 2 Sep 2023 19:05:12 +0100 Subject: [PATCH 1/2] Lost Database Data Recovery If you encounter the issue of losing all data in your database, you can recover it by re-executing the following command: --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ea74e82ec4..6a88f6eb51 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,14 @@ just go to this path `\vendor\encore\laravel-admin\src\Traits | [watermark](https://github.com/laravel-admin-extensions/watermark) | Text watermark for laravel-admin |~1.6 | | [google-authenticator](https://github.com/ylic/laravel-admin-google-authenticator) | Google authenticator |~1.6 | +## Lost Database Data Recovery + +If you encounter the issue of losing all data in your database, you can recover it by re-executing the following command: + +```bash +php artisan admin:install + + ## Contributors From 86ae56ef1ba4bf1ce4e832a6feaea3458e15683d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Coxe?= <94186890+Mario-Coxe@users.noreply.github.com> Date: Sat, 2 Sep 2023 19:07:42 +0100 Subject: [PATCH 2/2] Lost Database Data Recovery If you encounter the issue of losing all data in your database, you can recover it by re-executing the following command: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a88f6eb51..f56db1e3bc 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,10 @@ just go to this path `\vendor\encore\laravel-admin\src\Traits ## Lost Database Data Recovery If you encounter the issue of losing all data in your database, you can recover it by re-executing the following command: - -```bash +``` php artisan admin:install +```