|
1 |
| -<p align="center"> |
2 |
| - <img title="Laravel Zero" height="100" src="https://raw.githubusercontent.com/laravel-zero/docs/master/images/logo/laravel-zero-readme.png" /> |
3 |
| -</p> |
| 1 | +Forge SSH Assistant is a CLI tool built with [Laravel Zero](https://laravel-zero.com) that fetches your Laravel Forge servers and lists these in a menu so you can easily choose which server you want to SSH into. |
4 | 2 |
|
5 |
| -<p align="center"> |
6 |
| - <a href="https://travis-ci.org/laravel-zero/framework"><img src="https://img.shields.io/travis/laravel-zero/framework/stable.svg" alt="Build Status"></img></a> |
7 |
| - <a href="https://scrutinizer-ci.com/g/laravel-zero/framework"><img src="https://img.shields.io/scrutinizer/g/laravel-zero/framework.svg" alt="Quality Score"></img></a> |
8 |
| - <a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://poser.pugx.org/laravel-zero/framework/d/total.svg" alt="Total Downloads"></a> |
9 |
| - <a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://poser.pugx.org/laravel-zero/framework/v/stable.svg" alt="Latest Stable Version"></a> |
10 |
| - <a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://poser.pugx.org/laravel-zero/framework/license.svg" alt="License"></a> |
11 |
| -</p> |
| 3 | +With Forge SSH Assistant you don't have to open Laravel Forge to check the IP address of the server(s) you want to work with. |
12 | 4 |
|
13 |
| -<h4> <center>This is a <bold>community project</bold> and not an official Laravel one </center></h4> |
| 5 | +You don't have to maintain aliases on every machine you use for development, for each server you have on Laravel Forge. |
14 | 6 |
|
15 |
| -Laravel Zero was created by, and is maintained by [Nuno Maduro](https://github.com/nunomaduro), and is a micro-framework that provides an elegant starting point for your console application. It is an **unofficial** and customized version of Laravel optimized for building command-line applications. |
16 |
| - |
17 |
| -- Built on top of the [Laravel](https://laravel.com) components. |
18 |
| -- Optional installation of Laravel [Eloquent](https://laravel-zero.com/docs/database/), Laravel [Logging](https://laravel-zero.com/docs/logging/) and many others. |
19 |
| -- Supports interactive [menus](https://laravel-zero.com/docs/build-interactive-menus/) and [desktop notifications](https://laravel-zero.com/docs/send-desktop-notifications/) on Linux, Windows & MacOS. |
20 |
| -- Ships with a [Scheduler](https://laravel-zero.com/docs/task-scheduling/) and a [Standalone Compiler](https://laravel-zero.com/docs/build-a-standalone-application/). |
21 |
| -- Integration with [Collision](https://github.com/nunomaduro/collision) - Beautiful error reporting |
| 7 | +All Forge SSH Assistant needs is a valid Laravel Forge token to be able to access your Laravel Forge account |
| 8 | +and Forge SSH Assistant will take care of the rest. |
22 | 9 |
|
23 | 10 | ------
|
24 | 11 |
|
25 | 12 | ## Documentation
|
26 | 13 |
|
27 |
| -For full documentation, visit [laravel-zero.com](https://laravel-zero.com/). |
28 |
| - |
29 |
| -## Support the development |
30 |
| -**Do you like this project? Support it by donating** |
31 | 14 |
|
32 |
| -- PayPal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L) |
33 |
| -- Patreon: [Donate](https://www.patreon.com/nunomaduro) |
34 | 15 |
|
35 | 16 | ## License
|
36 | 17 |
|
37 |
| -Laravel Zero is an open-source software licensed under the [MIT license](https://github.com/laravel-zero/laravel-zero/blob/stable/LICENSE.md). |
| 18 | +Forge SSH Assistant is an open-source software licensed under the [MIT license](https://raw.githubusercontent.com/WackyStudio/ForgeSSHAssistant/master/LICENSE.md). |
0 commit comments