{"id":21702602,"url":"https://github.com/sohag-pro/laravel-deployer","last_synced_at":"2025-05-12T23:24:18.604Z","repository":{"id":161525152,"uuid":"578525387","full_name":"sohag-pro/laravel-deployer","owner":"sohag-pro","description":"No downtime deployment for Laravel project","archived":false,"fork":false,"pushed_at":"2024-01-01T10:41:45.000Z","size":194,"stargazers_count":3,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T04:41:30.234Z","etag":null,"topics":["deployment","laravel"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sohag-pro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-15T09:08:08.000Z","updated_at":"2023-08-17T03:42:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1b0bc73-edd6-431f-a7f3-b682ea690429","html_url":"https://github.com/sohag-pro/laravel-deployer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohag-pro%2Flaravel-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohag-pro%2Flaravel-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohag-pro%2Flaravel-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohag-pro%2Flaravel-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sohag-pro","download_url":"https://codeload.github.com/sohag-pro/laravel-deployer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253838645,"owners_count":21972196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"],"created_at":"2024-11-25T21:16:44.884Z","updated_at":"2025-05-12T23:24:18.581Z","avatar_url":"https://github.com/sohag-pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\nLaravel Deployer\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://notes.sohag.pro/laravel-deployer-the-ultimate-deployment-tool-for-your-laravel-application\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.hashnode.com/res/hashnode/image/upload/v1683198012948/779395a1-89e6-44be-9a95-3d32322a8504.jpeg?auto=compress,format\u0026format=webp\" width=\"900\" alt=\"Laravel Logo\"\u003e\n\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://notes.sohag.pro/laravel-deployer-the-ultimate-deployment-tool-for-your-laravel-application\" target=\"_blank\"\u003e\nDocumentation\n\u003c/a\u003e\u003c/p\u003e\n\n\n## Note to Contributors: We're actively seeking your contributions!\n\nThank you for your interest in our project. We welcome contributions from anyone and everyone! Whether you're a developer, designer, or just someone who wants to help out, there are many ways you can contribute.\n\nWe're currently seeking contributions in the following areas:\n- Feature requests\n- Bug reports\n- Code contributions\n- Documentation improvements\n\nIf you're interested in contributing, please feel free to open an issue.\n\nWe value all contributions and appreciate your help in making our project better. Thank you!\n\n\n## About Laravel Deployer\nIt's a no downtime deployer for laravel. You just need to set it up on your server, you will get a UI to deploy your laravel application.\n\n\n\nHow to setup locally\n\n-  Clone the repository\n```bash\ngit clone https://github.com/sohag-pro/laravel-deployer.git\n```\n\n- Install dependencies\n```bash\ncomposer install\n```\n\n- Create a copy of your .env file\n```bash\ncp .env.example .env\n```\n\n- Generate an app encryption key\n```bash\nphp artisan key:generate\n```\n\n- put the env variable in .env file\n```bash\nGIT_REMOTE_URL=https://github.com/sohag-pro/laravel-deployer.git\n# full path from root from where the project will be server\n# with a trailing slash\nSERVE_DIR=/Users/sohag/Projects/deployer-test/www/\n\n# full path from root from where the project will be cloned and all other operations will be done\n# Should be different from SERVE_DIR and should be created manually before running the script\n# with a trailing slash\nBASE_DIR=/Users/sohag/Projects/deployer-test/\n\n# where the backups will be stored\nVERSION_DIR=backups\n\n# where the storage will be linked\nSTORAGE_DIR=storage\n\n# Where the dump SQL will be stored\nDB_DIR=database\n\n# which db to dump\nDEPLOYER_DB_NAME=\n\n# user to dump db\nDEPLOYER_DB_USER=\n\n# password to dump db\nDEPLOYER_DB_PASSWORD=\n```\n\n- Run the local development server\n```bash\nphp artisan serve\n```\n\n- Visit http://localhost:8000 in your browser\n\n## License\nThe Laravel Deployer is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohag-pro%2Flaravel-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsohag-pro%2Flaravel-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohag-pro%2Flaravel-deployer/lists"}