{"id":19662359,"url":"https://github.com/axeldotdev/laravel-starter","last_synced_at":"2026-05-14T00:42:54.712Z","repository":{"id":41883204,"uuid":"458376396","full_name":"axeldotdev/laravel-starter","owner":"axeldotdev","description":"Laravel Starter allow you to easily bootstrap your application with common package like Horizon, Larastan, Fortify, etc. and the configuration they need.","archived":false,"fork":false,"pushed_at":"2023-10-09T01:52:22.000Z","size":48,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T03:23:42.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"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/axeldotdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"axeldotdev"}},"created_at":"2022-02-12T00:04:27.000Z","updated_at":"2023-04-26T14:02:24.000Z","dependencies_parsed_at":"2024-11-11T16:10:52.788Z","dependency_job_id":"61a96204-aad5-43b3-b344-9767babeeec3","html_url":"https://github.com/axeldotdev/laravel-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axeldotdev/laravel-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axeldotdev","download_url":"https://codeload.github.com/axeldotdev/laravel-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldotdev%2Flaravel-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285710892,"owners_count":27218827,"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","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"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":[],"created_at":"2024-11-11T16:10:50.498Z","updated_at":"2025-11-22T00:01:58.753Z","avatar_url":"https://github.com/axeldotdev.png","language":"PHP","funding_links":["https://github.com/sponsors/axeldotdev"],"categories":[],"sub_categories":[],"readme":"# Laravel Starter\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/axeldotdev/laravel-starter.svg?style=flat-square)](https://packagist.org/packages/axeldotdev/laravel-starter)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/axeldotdev/laravel-starter/run-tests?label=tests)](https://github.com/axeldotdev/laravel-starter/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/axeldotdev/laravel-starter/Check%20\u0026%20fix%20styling?label=code%20style)](https://github.com/axeldotdev/laravel-starter/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/axeldotdev/laravel-starter.svg?style=flat-square)](https://packagist.org/packages/axeldotdev/laravel-starter)\n[![License](https://img.shields.io/packagist/l/axeldotdev/laravel-airtable.svg?style=flat-square)](https://packagist.org/packages/axeldotdev/laravel-airtable)\n\nLaravel Starter allow you to easily bootstrap your application with common package like Horizon, Larastan, Fortify, etc. and the configuration they need.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require --dev axeldotdev/laravel-starter\n```\n\nThe minimum PHP version required is **8.1**.\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"laravel-starter-config\"\n```\n\n## Usage\n\nYou can run the install command and it will install all the selected presets in the config file:\n\n```bash\nphp artisan starter:install\n```\n\n**I plan to allow you to run specific preset directly in the command line without worring about the config file in the future.**\n\nAfter the presets installation, you can remove the config file and the all package if you want or you can leave it in your application for later. If you need a package in the future, it may be in the starter and you don't need to think about configuration.\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Axel Charpentier](https://github.com/axeldotdev)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxeldotdev%2Flaravel-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxeldotdev%2Flaravel-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxeldotdev%2Flaravel-starter/lists"}