Quantcast
Channel: Laravel News
Viewing all articles
Browse latest Browse all 1870

Laravel SSH Component moved to Laravel Collective →

$
0
0

The Laravel Collective has now taken over development of the Laravel SSH or Remote component.

The remote component allows you to SSH into remote servers and perform operations. Here is just one of the examples:

SSH::into('staging')->run([
    'cd /var/www',
    'git pull origin master',
]);

The collective is now maintaining Annotations, HTML & Forms, and Remote packages.


Laravel SSH Component moved to Laravel Collective is a post from Laravel News.


Viewing all articles
Browse latest Browse all 1870

Latest Images

Trending Articles



Latest Images