Feature: Adding Meilisearch to core

This commit is contained in:
2026-07-12 05:28:23 +03:00
parent 0524380ab0
commit ee9893bd64
3 changed files with 214 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ class CoreServiceProvider extends ServiceProvider
$this->publishes([
__DIR__ . '/../../config/core.php' => config_path('core.php'),
__DIR__ . '/../../config/scout.php' => config_path('scout.php'),
], 'core-config');
$this->publishes([