diff --git a/src/Commands/LaraboardPublishCommand.php b/src/Commands/LaraboardPublishCommand.php index 7bf21dd..a4fe61d 100644 --- a/src/Commands/LaraboardPublishCommand.php +++ b/src/Commands/LaraboardPublishCommand.php @@ -106,7 +106,7 @@ protected function publish(): void // migrations $this->publishItem( - __DIR__ . "/../Laraboard/database/migrations/Laraboard", + __DIR__ . "/../Laraboard/database/migrations/laraboard", database_path("migrations/laraboard") );