Skip to content

Commit

Permalink
1.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Raza9798 committed Jun 20, 2024
1 parent b9ffc85 commit 3402040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Console/Commands/InitilizeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3402040

Please sign in to comment.