@@ -33,14 +33,14 @@ Tracks whether a package is up-to-date or not.
3333
3434Which kind of package are we dealing with.
3535
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. |
4444
4545---
4646
@@ -89,7 +89,7 @@ Which kind of package are we dealing with.
8989
9090- ` belongsTo ` ** Category**
9191- ` belongsToMany ` ** Tags**
92- ** later**
92+ ** later**
9393- ` hasMany ` ** Entities** , ** Panels** , ** Jobs** , ** Mails**
9494- ` hasMany ` ** Relations**
9595- ` hasMany ` ** Taxonomies**
@@ -185,3 +185,19 @@ Configuration Includes:
185185- Add GitHub and release management on moox.org
186186- Allow to create packages, entites and panels ... fields, tabs, wire
187187- 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