Skip to content

Commit d03c157

Browse files
committed
Installation command text update
1 parent a38a0a7 commit d03c157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "[email protected]"
1212
}
1313
],
14-
"version": "0.2.2",
14+
"version": "0.2.3",
1515
"require": {
1616
"illuminate/html": "5.0.*@dev"
1717
},

src/Commands/QuickAdminInstall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function handle()
4646
$this->createUser();
4747
$this->info('4. Copy master template to resource\views');
4848
$this->copyMasterTemplate();
49-
$this->info('Installation was successful. Visit your_domain/qa to access admin panel');
49+
$this->info('Installation was successful. Visit your_domain.com/admin to access admin panel');
5050
}
5151

5252
/**

0 commit comments

Comments
 (0)