Skip to content

Commit efc4c9f

Browse files
committed
Update README.md
1 parent ee1bf41 commit efc4c9f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

packages/media/docs/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ composer require moox/media
2828
# Run the installation command
2929
php artisan media:install
3030

31-
# Install Dependencies
32-
php artisan localization:install
33-
php artisan data:install
31+
# Important: The following dependencies are required for the package to function properly.
32+
# Their installers are not yet available and need to be installed manually:
33+
# - localization:install (Required for translations)
34+
# - data:install (Required for data management)
35+
#
36+
# Without these dependencies, the package will not work correctly.
37+
# For now, you need to manually publish and run the migrations for these dependencies.
3438
```
3539

3640
The installation command will:

0 commit comments

Comments
 (0)