We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38a0a7 commit d03c157Copy full SHA for d03c157
composer.json
@@ -11,7 +11,7 @@
11
"email": "[email protected]"
12
}
13
],
14
- "version": "0.2.2",
+ "version": "0.2.3",
15
"require": {
16
"illuminate/html": "5.0.*@dev"
17
},
src/Commands/QuickAdminInstall.php
@@ -46,7 +46,7 @@ public function handle()
46
$this->createUser();
47
$this->info('4. Copy master template to resource\views');
48
$this->copyMasterTemplate();
49
- $this->info('Installation was successful. Visit your_domain/qa to access admin panel');
+ $this->info('Installation was successful. Visit your_domain.com/admin to access admin panel');
50
51
52
/**
0 commit comments