We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1bf41 commit efc4c9fCopy full SHA for efc4c9f
packages/media/docs/README.md
@@ -28,9 +28,13 @@ composer require moox/media
28
# Run the installation command
29
php artisan media:install
30
31
-# Install Dependencies
32
-php artisan localization:install
33
-php artisan data:install
+# Important: The following dependencies are required for the package to function properly.
+# Their installers are not yet available and need to be installed manually:
+# - 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.
38
```
39
40
The installation command will:
0 commit comments