App
This commit is contained in:
9
app/bootstrap/configs/commands.php
Normal file
9
app/bootstrap/configs/commands.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'commands' => function() {
|
||||
return [
|
||||
'create' => ProVM\ComposeManager\Command\Create::class
|
||||
];
|
||||
}
|
||||
];
|
2
app/bootstrap/configs/env.php
Normal file
2
app/bootstrap/configs/env.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
return $_ENV;
|
Reference in New Issue
Block a user