Skip to content

Commit 1a3005c

Browse files
committed
Tasks, Packages
1 parent 2b8e7bb commit 1a3005c

File tree

3 files changed

+40
-12
lines changed

3 files changed

+40
-12
lines changed

devlog/Alf.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Devlog Alf
22

3-
- [ ] [Progress Column package](../packages/progress/docs/IDEA.md)
4-
- [ ] [Clipboard package](../packages/clipboard/docs/IDEA.md)
3+
- [ ] Progress Column package - from progress Core field
4+
- [ ] Clipboard package - from copyable Core field
5+
- [ ] Impersonate package - fork, namespace lassen
6+
- [ ] Select Tree package - fork, namespace lassen
7+
- [ ] Title Slug - from adrolli
8+
- [ ] News - from Draft ...
9+
- [ ] Translations, Weblate
10+
- [ ] Packages Service, Installer in Core - SIEHE Core composer.json!
511

612
- [ ] remove boilerplate code taxonomy
713
- [ ] Write protected items - docs, item

packages/core/composer.json

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,51 @@
3636
]
3737
},
3838
"moox": {
39+
"title": "Moox Core",
3940
"require": {
41+
"moox/data": {},
42+
"moox/localization": {},
4043
"spatie/laravel-medialibrary": {
41-
"auto_publish": "spatie-media-config"
44+
"auto_publish": "spatie-media-config",
45+
"replace_model": {
46+
"from": "Spatie\\MediaLibrary\\MediaCollections\\Models\\Media",
47+
"to": "Moox\\Core\\Media"
48+
},
49+
"replace_pathgenerator": {
50+
"info": "Replace the path generator with the Moox one.",
51+
"from": "Spatie\\MediaLibrary\\MediaCollections\\Models\\Media",
52+
"to": "Moox\\Core\\Media",
53+
"success": "Path generator replaced."
54+
}
4255
},
4356
"filament/spatie-media-library-plugin": {}
4457
},
4558
"install": {
46-
"auto_migrate": "database/migrations",
47-
"seed": "database/seeders/MediaSeeder.php",
48-
"auto_publish": "moox-media-config",
49-
"auto_entities": {
50-
"Some Resource": true,
51-
"Another Resource": null
59+
"migrate": {
60+
"path": "database/migrations"
5261
},
53-
"auto_class": {
62+
"seed_demodata": {
63+
"ask": "Do you want to seed demo data?",
64+
"default": false,
65+
"file": "database/seeders/MediaDemoSeeder.php"
66+
},
67+
"publish": {
68+
"tag": "moox-media-config"
69+
},
70+
"entities": {
71+
"Job Manager": true,
72+
"Failed Jobs": false
73+
},
74+
"classes": {
5475
"Some Class": "Moox\\Core\\SomeClass",
5576
"Another Class": "Moox\\Core\\AnotherClass"
5677
},
57-
"auto_run": {
78+
"run": {
5879
"Run this": "php artisan run:this",
5980
"Build the frontend": "npm run build",
6081
"Clear the cache": "php artisan cache:clear"
6182
},
62-
"auto_runhere": {
83+
"runhere": {
6384
"Build the frontend": "npm run build"
6485
}
6586
},

packages/permission/docs/IDEA.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Povilas on WP Roles: https://www.youtube.com/watch?v=F5J-GJlL63Q

0 commit comments

Comments
 (0)