You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit is a part of AdminBro to AdminJS rebranding process.
BREAKING CHANGE: AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
# Migration Guide
1. Update your dependencies to use new `adminjs` packages.
- `admin-bro` -> `adminjs` for the core package
- `@admin-bro/<package name>` -> `@adminjs/<package name>` for other modules
2. Update your custom CSS classes:
- `.admin-bro_<component name>` -> `.adminjs_<component name>` (example: `.adminjs_Box`)
3. Search your project for `admin-bro` occurrences - most likely they will have to be updated to `adminjs`
Copy file name to clipboardExpand all lines: README.md
+58-58Lines changed: 58 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
## admin-bro-typeorm
1
+
## adminjs-typeorm
2
2
3
-
This is an official [admin-bro](https://github.com/SoftwareBrothers/admin-bro) adapter which integrates [TypeORM](https://typeorm.io/) into admin-bro. (originally forked from [Arteha/admin-bro-typeorm](https://github.com/Arteha/admin-bro-typeorm))
3
+
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) adapter which integrates [TypeORM](https://typeorm.io/) into AdminJS. (originally forked from [Arteha/admin-bro-typeorm](https://github.com/Arteha/admin-bro-typeorm))
4
4
5
-
Installation: `yarn add @admin-bro/typeorm`
5
+
Installation: `yarn add @adminjs/typeorm`
6
6
7
7
## Usage
8
8
9
-
The plugin can be registered using standard `AdminBro.registerAdapter` method.
10
-
o
9
+
The plugin can be registered using standard `AdminJS.registerAdapter` method.
0 commit comments