Skip to content

Commit acf619a

Browse files
authored
Installer, Build (#753)
* Moox Installer * Moox Skeleton with MooxServiceProvider * Moox Components * Moox Themes - Moox Item
1 parent 770c5c2 commit acf619a

File tree

123 files changed

+5796
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+5796
-265
lines changed

app/Providers/Filament/AdminPanelProvider.php

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,19 @@ public function panel(Panel $panel): Panel
9494
->plugins([
9595

9696
// Development
97-
// GravatarPlugin::make(),
97+
// GravatarPlugin::make(), <- Remove!
9898
AuditPlugin::make(),
99-
AreaPlugin::make(),
100-
// \Moox\Locate\CountryPlugin::make(),
99+
// AreaPlugin::make(), <- Remove!
100+
// \Moox\Locate\CountryPlugin::make(), <- Remove!
101101
// \Moox\Locate\LanguagePlugin::make(),
102102
// \Moox\Locate\TimezonePlugin::make(),
103103

104-
// Builder plugin
105-
SimpleTaxonomyPlugin::make(),
106-
NestedTaxonomyPlugin::make(),
107-
ItemPlugin::make(),
108-
FullItemPlugin::make(),
109-
SimpleItemPlugin::make(),
104+
// Builder plugin - missing config, will be removed completely
105+
// SimpleTaxonomyPlugin::make(),
106+
// NestedTaxonomyPlugin::make(),
107+
// ItemPlugin::make(),
108+
// FullItemPlugin::make(),
109+
// SimpleItemPlugin::make(),
110110

111111
// CMS plugin
112112
PagePlugin::make(),
@@ -116,9 +116,6 @@ public function panel(Panel $panel): Panel
116116
// Notification plugin
117117
NotificationPlugin::make(),
118118

119-
// Audit plugin
120-
AuditPlugin::make(),
121-
122119
// Jobs plugins
123120
JobsPlugin::make(),
124121
JobsWaitingPlugin::make(),
@@ -145,10 +142,6 @@ public function panel(Panel $panel): Panel
145142
TrainingInvitationPlugin::make(),
146143
TrainingDatePlugin::make(),
147144
TrainingTypePlugin::make(),
148-
149-
// Builder plugin
150-
ItemPlugin::make(),
151-
152145
]);
153146
}
154147
}

art/video/test-cli-video.gif

869 KB
Loading

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"moox/user": "*",
4646
"moox/user-device": "*",
4747
"moox/user-session": "*",
48+
"moox/build": "*",
4849
"resend/resend-laravel": "^1.0@dev",
4950
"wikimedia/composer-merge-plugin": "^2.1"
5051
},

0 commit comments

Comments
 (0)