@@ -33,14 +33,14 @@ Tracks whether a package is up-to-date or not.
33
33
34
34
Which kind of package are we dealing with.
35
35
36
- | Type | Meaning |
37
- | ------------------ | ---------- ------------------------------------------------ |
38
- | ` moox_package ` | The package is officially made by Moox. |
39
- | ` moox_compatible ` | The package is compatible with Moox package API. |
40
- | ` moox_dependency ` | The package is directly required by Moox. |
41
- | ` filament_plugin ` | The package is a Filament plugin. |
42
- | ` laravel_package ` | The package has a Laravel Service Provider. |
43
- | ` php_package ` | The package is a PHP package. |
36
+ | Type | Meaning |
37
+ | ----------------- | ------------------------------------------------ |
38
+ | ` moox_package ` | The package is officially made by Moox. |
39
+ | ` moox_compatible ` | The package is compatible with Moox package API. |
40
+ | ` moox_dependency ` | The package is directly required by Moox. |
41
+ | ` filament_plugin ` | The package is a Filament plugin. |
42
+ | ` laravel_package ` | The package has a Laravel Service Provider. |
43
+ | ` php_package ` | The package is a PHP package. |
44
44
45
45
---
46
46
@@ -89,7 +89,7 @@ Which kind of package are we dealing with.
89
89
90
90
- ` belongsTo ` ** Category**
91
91
- ` belongsToMany ` ** Tags**
92
- ** later**
92
+ ** later**
93
93
- ` hasMany ` ** Entities** , ** Panels** , ** Jobs** , ** Mails**
94
94
- ` hasMany ` ** Relations**
95
95
- ` hasMany ` ** Taxonomies**
@@ -185,3 +185,19 @@ Configuration Includes:
185
185
- Add GitHub and release management on moox.org
186
186
- Allow to create packages, entites and panels ... fields, tabs, wire
187
187
- Allow updating without compromising code, allow publishing
188
+
189
+ ## Composer.json
190
+
191
+ In Moox Core there is an extra example.
192
+
193
+ ## Bundles
194
+
195
+ There could be bundles like CMS, Shop, DevOps, Commerce, Blog, Press (included in Press package).
196
+
197
+ Bundles combine requirements and a Panel blueprint.
198
+
199
+ ## Installer
200
+
201
+ moox: install will do the rest. Compare DB and Composer status. Care for installation, activation, de-install and update.
202
+
203
+ When asking for the Panel, it could suggest to create one from a Bundle.
0 commit comments