{"id":15293918,"url":"https://github.com/gerardbalaoro/laravel-installer","last_synced_at":"2025-10-07T06:31:14.089Z","repository":{"id":62510112,"uuid":"219269369","full_name":"gerardbalaoro/laravel-installer","owner":"gerardbalaoro","description":"Alternative Laravel Application Installer","archived":false,"fork":true,"pushed_at":"2020-03-31T15:37:25.000Z","size":117,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T23:43:09.183Z","etag":null,"topics":["installer","installer-tools","laravel","laravel-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"laravel/installer","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerardbalaoro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null}},"created_at":"2019-11-03T09:04:14.000Z","updated_at":"2024-04-26T23:43:09.184Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gerardbalaoro/laravel-installer","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/gerardbalaoro%2Flaravel-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardbalaoro%2Flaravel-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardbalaoro%2Flaravel-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardbalaoro%2Flaravel-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerardbalaoro","download_url":"https://codeload.github.com/gerardbalaoro/laravel-installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877362,"owners_count":16554881,"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":["installer","installer-tools","laravel","laravel-framework"],"created_at":"2024-09-30T16:53:41.184Z","updated_at":"2025-10-07T06:31:08.818Z","avatar_url":"https://github.com/gerardbalaoro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Installer\n\nAn alternate version of the Laravel installer that reimplements creating projects using\nprevious Laravel versions (which was removed from the [original version](https://github.com/laravel/installer)).\n\n### Installation\n\nInstall using composer, this will automatically replace the [`laravel/installer`](https://github.com/laravel/installer) package\n\n```\ncomposer global require gerardbalaoro/laravel-installer dev-master\n```\n\n### Usage\n\n* **`laravel new [options] [--] [\u003cname\u003e [\u003cversion\u003e]]`**\n  * Create a new Laravel application\n  ```\n  Arguments:\n    name\n    version               Install specified Laravel version\n\n  Options:\n        --dev             Installs the latest \"development\" release\n        --auth            Installs the Laravel authentication scaffolding\n    -f, --force           Forces install even if the directory already exists\n  ```\n* **`laravel cache [options] [--] [\u003cversions\u003e...]`**\n  * Download Laravel packages to cache\n  ```\n  Arguments:\n    versions              Versions to download [default: [\"master\"]]\n\n  Options:\n    -a, --all             Downloads all releases\n        --clean           Cleans cache directory\n  ```\n* **`laravel versions`**\n  * Show available Laravel versions\n\n#### Example\n\nTo create a new Laravel 5.8 project, run the command:\n  ```bash\n  $ laravel new blog 5.8\n  ```\n\n### Caching\n\nThis package automatically caches the Laravel package every time the `new` command is executed.\nThis is very useful when creating projects while offline.\n\n### Updates\n\nUpdates to [`laravel/installer`](https://github.com/laravel/installer) will be merged to this one.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerardbalaoro%2Flaravel-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerardbalaoro%2Flaravel-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerardbalaoro%2Flaravel-installer/lists"}