install laravel envoy
This commit is contained in:
6
Envoy.blade.php
Normal file
6
Envoy.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
@servers(['web' => ['nurmuhammet@online.tbbank.gov.tm']])
|
||||
|
||||
@task('deploy', ['on' => 'web'])
|
||||
cd /var/www/online.tbbank.gov.tm
|
||||
git pull
|
||||
@endtask
|
||||
@@ -46,6 +46,7 @@
|
||||
"fakerphp/faker": "^1.9.1",
|
||||
"larastan/larastan": "^2.0",
|
||||
"laravel-lang/common": "^5.3",
|
||||
"laravel/envoy": "^2.10",
|
||||
"laravel/pint": "^1.0",
|
||||
"laravel/sail": "^1.18",
|
||||
"mockery/mockery": "^1.4.4",
|
||||
|
||||
65
composer.lock
generated
65
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "c206c1c483143c8f2670e66d5bfe37d2",
|
||||
"content-hash": "82fe0a50c348d46e4b9dab83abb99e96",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adoy/fastcgi-client",
|
||||
@@ -11316,6 +11316,69 @@
|
||||
},
|
||||
"time": "2023-11-18T12:16:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/envoy",
|
||||
"version": "v2.10.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/envoy.git",
|
||||
"reference": "819a519e3d86b056c7aa3bd5d0801952a6fc14fd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/envoy/zipball/819a519e3d86b056c7aa3bd5d0801952a6fc14fd",
|
||||
"reference": "819a519e3d86b056c7aa3bd5d0801952a6fc14fd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.0|^7.0",
|
||||
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"php": "^7.2|^8.0",
|
||||
"symfony/console": "^4.3|^5.0|^6.0|^7.0",
|
||||
"symfony/process": "^4.3|^5.0|^6.0|^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpunit/phpunit": "^8.0|^9.0|^10.4"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-posix": "Required to determine the System user on Unix systems."
|
||||
},
|
||||
"bin": [
|
||||
"bin/envoy"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Laravel\\Envoy\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Taylor Otwell",
|
||||
"email": "taylor@laravel.com"
|
||||
}
|
||||
],
|
||||
"description": "Elegant SSH tasks for PHP.",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"ssh"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/envoy/issues",
|
||||
"source": "https://github.com/laravel/envoy/tree/v2.10.2"
|
||||
},
|
||||
"time": "2025-01-28T15:47:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/sail",
|
||||
"version": "v1.41.0",
|
||||
|
||||
Reference in New Issue
Block a user