{"id":20375317,"url":"https://github.com/cba85/laravel-init","last_synced_at":"2026-05-11T02:54:34.369Z","repository":{"id":62500245,"uuid":"340151710","full_name":"cba85/laravel-init","owner":"cba85","description":"🏁 Quickly initialize a Laravel/Lumen project using terminal.","archived":false,"fork":false,"pushed_at":"2021-06-30T14:49:36.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-06T02:37:02.524Z","etag":null,"topics":["initializer","laravel","setup"],"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/cba85.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}},"created_at":"2021-02-18T19:11:00.000Z","updated_at":"2023-04-27T07:55:07.000Z","dependencies_parsed_at":"2022-11-02T09:46:09.586Z","dependency_job_id":null,"html_url":"https://github.com/cba85/laravel-init","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cba85/laravel-init","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cba85%2Flaravel-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cba85%2Flaravel-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cba85%2Flaravel-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cba85%2Flaravel-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cba85","download_url":"https://codeload.github.com/cba85/laravel-init/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cba85%2Flaravel-init/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32879551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["initializer","laravel","setup"],"created_at":"2024-11-15T01:29:52.945Z","updated_at":"2026-05-11T02:54:34.323Z","avatar_url":"https://github.com/cba85.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel (quick) init\n\nQuickly initialize a Laravel/Lumen project using terminal.\n\nThis package:\n\n1. Clean vendor and node_modules folder if provided\n1. ⚠️ Reset your local MySQL `laravel` or `homestead` database or create it\n1. Install Composer/NPM dependencies\n1. Create `.env` file based on `.env.example` file and generate `APP_KEY`\n1. Clear Laravel caches (route, config, cache)\n1. Migrate and seed database\n\n## Why creating this package?\n\nI work as a web development teacher and frequently give assignments to my students. I teach them how to use Laravel, and then, they have to create many different Laravel projects for educational purpose.\n\nThat's why I need to quickly set up their Laravel project to be able to test and mark their projects.\n\n## Requirements\n\n### Composer\n\nMake sure [Composer](https://getcomposer.org/download/) is installed globally.\n\n## Install\n\n```bash\n$ composer global require cba85/laravel-init\n```\n\nThen make sure you have the global Composer binaries directory in your PATH.\n\nThis directory is platform-dependent, see [Composer documentation](https://getcomposer.org/doc/03-cli.md#composer-home) for details.\n\n### Update\n\n```bash\n$ composer global update cba85/laravel-init\n```\n\n## Usage\n\nGo inside a Laravel project folder.\n\n```bash\n$ laravel-init\n```\n\n## Options\n\n### --lumen\n\nInitialize a Lumen project.\n\n```bash\n$ laravel-init --lumen\n```\n\n### --npm\n\nInitialize a laravel project using npm.\n\n```bash\n$ laravel-init --npm\n```\n\n## Dependencies\n\n- [Symfony console](https://symfony.com/doc/current/components/console.html)\n\n## Tests\n\nNo test yet.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcba85%2Flaravel-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcba85%2Flaravel-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcba85%2Flaravel-init/lists"}