Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ just go to this path `<YOUR_PROJECT_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:
```
php artisan admin:install

```



## Contributors
Expand Down