modstore/connection-manager
最新稳定版本:1.0.4
Composer 安装命令:
composer require modstore/connection-manager
包简介
Manage connections to your servers
README 文档
README
A simple way to store and connect to your project's ssh connections. E.g.
| # | Name | Details |
|---|--------|----------------------|
| 1 | db | forge@db.myhost.com |
| 2 | worker | forge@168.104.172.20 |
Please select a connection (# or name):
Note that this package is only intended to be used in the local environment and won't be registered in production etc.
Installation
You can install the package via composer:
composer require modstore/connection-manager
You can publish and run the migrations with:
php artisan vendor:publish --tag="connection-manager-migrations"
php artisan migrate
Usage
List available connections, then select the one to connect to. Optionally the name of the connection can be provided to connect straight away without selecting from the list.
php artisan connect {name?}
Add a new connection
php artisan connect:add
Remove a connection
php artisan connect:remove
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 2.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-14