diff --git a/src/Console/Commands/InitilizeCommand.php b/src/Console/Commands/InitilizeCommand.php index 8e46ed1..077eaed 100644 --- a/src/Console/Commands/InitilizeCommand.php +++ b/src/Console/Commands/InitilizeCommand.php @@ -32,10 +32,10 @@ class InitilizeCommand extends Command public function handle() { (new Banner())->renderTitle('Installing and configuring RapidKit package...'); - // (new BackupController())->setup(); - // (new BackupController())->configureDatabaseDump(); - // (new TelescopeController())->setup(); - // (new ActivityController())->setup(); + (new BackupController())->setup(); + (new BackupController())->configureDatabaseDump(); + (new TelescopeController())->setup(); + (new ActivityController())->setup(); (new BuildController()); Artisan::call("rapid:support"); } diff --git a/src/config/config.php b/src/config/config.php index cf343d1..aa2d0b5 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -4,7 +4,7 @@ class Config { - const VERSION = '1.8.16'; + const VERSION = '1.8.17'; const ASSETS_DIR = "/src/assets"; public static function getBuildDir($levels): string