helper commands

This commit is contained in:
2024-09-07 00:03:11 +03:00
parent 6fc0a65b6f
commit cf3d621587
3 changed files with 88 additions and 0 deletions
+4
View File
@@ -9,6 +9,8 @@ use Illuminate\Support\ServiceProvider;
use Intervention\Image\ImageManager;
use Lucent\Channel\ChannelService;
use Lucent\Commands\CompileSchemas;
use Lucent\Commands\GenerateCollectionSchema;
use Lucent\Commands\GenerateFileSchema;
use Lucent\Commands\LiveLink;
use Lucent\Commands\RebuildThumbnails;
use Lucent\Commands\RemoveOrphanEdges;
@@ -75,6 +77,8 @@ class LucentServiceProvider extends ServiceProvider
LiveLink::class,
RemoveOrphanEdges::class,
SetupDatabase::class,
GenerateCollectionSchema::class,
GenerateFileSchema::class,
]);
}