{"id":36976533,"url":"https://github.com/kevinsimard/laravel-deploy","last_synced_at":"2026-01-13T22:44:04.652Z","repository":{"id":31178191,"uuid":"34738669","full_name":"kevinsimard/laravel-deploy","owner":"kevinsimard","description":"Deploy Laravel application through SSH","archived":false,"fork":false,"pushed_at":"2017-03-23T16:22:39.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-14T21:49:16.242Z","etag":null,"topics":["deployment","laravel","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevinsimard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-28T15:24:19.000Z","updated_at":"2018-10-08T21:15:10.000Z","dependencies_parsed_at":"2022-08-21T13:50:52.108Z","dependency_job_id":null,"html_url":"https://github.com/kevinsimard/laravel-deploy","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/kevinsimard/laravel-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsimard%2Flaravel-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsimard%2Flaravel-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsimard%2Flaravel-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsimard%2Flaravel-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinsimard","download_url":"https://codeload.github.com/kevinsimard/laravel-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinsimard%2Flaravel-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deployment","laravel","php"],"created_at":"2026-01-13T22:44:03.852Z","updated_at":"2026-01-13T22:44:04.646Z","avatar_url":"https://github.com/kevinsimard.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy Laravel Application\n\n## Installation\n\nAdd `Kevinsimard\\Deploy\\Command\\Task\\DeployTask` to the list of commands in `app/Console/Kernel.php`.\n\n```php\n\u003c?php namespace App\\Console;\n\nuse Illuminate\\Console\\Scheduling\\Schedule;\nuse Illuminate\\Foundation\\Console\\Kernel as ConsoleKernel;\n\nclass Kernel extends ConsoleKernel {\n\n    /**\n     * @var array\n     */\n    protected $commands = [\n        ...\n        \"Kevinsimard\\Deploy\\Command\\Task\\DeployTask\",\n    ];\n...\n```\n\nAdd/edit the  `config/remote.php` file.\n\n```php\n\u003c?php\n\nreturn [\n    // default connection name\n    \"default\" =\u003e \"local\",\n\n    // connections\n    \"connections\" =\u003e [\n        \"local\" =\u003e [\n            \"host\"      =\u003e \"127.0.0.1\",\n            \"username\"  =\u003e \"username\",\n            \"password\"  =\u003e \"password\",\n            \"key\"       =\u003e \"\",\n            \"keytext\"   =\u003e \"\",\n            \"keyphrase\" =\u003e \"\",\n            \"agent\"     =\u003e \"\",\n        ],\n    ],\n\n    // connection groups\n    \"groups\" =\u003e [\n        \"web\" =\u003e [\"local\"]\n    ],\n];\n```\n\n## Artisan Command\n\n```bash\nphp artisan deploy:app \u003cROOT\u003e\n```\n\n\u003e The following options are available:\n* **_--remote=\\\u003cCONNECTION\u003e_**: Remote connection/group name\n* **_--no-composer_**: Do not install dependencies\n* **_--no-migration_**: Do not run migration files\n* **_--no-maintenance_**: Do not use maintenance mode\n\n## Code Structure\n\n    ├── src\n    │   └── Kevinsimard\n    │       └── Deploy\n    │           └── Command\n    │               └── Task\n    │                   └── DeployTask.php\n    ├── .editorconfig\n    ├── .gitattributes\n    ├── .gitignore\n    ├── LICENSE.md\n    ├── README.md\n    └── composer.json\n\n## License\n\nThis package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinsimard%2Flaravel-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinsimard%2Flaravel-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinsimard%2Flaravel-deploy/lists"}