{"id":36979753,"url":"https://github.com/zgraveyard/laravel-starter","last_synced_at":"2026-01-13T22:49:22.121Z","repository":{"id":57089148,"uuid":"158443812","full_name":"zgraveyard/laravel-starter","owner":"zgraveyard","description":"This is a small template I've built based on Laravel framework, after I spent some time preparing for a small project.","archived":true,"fork":false,"pushed_at":"2019-02-21T08:43:23.000Z","size":495,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-27T16:49:00.604Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zgraveyard.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":"2018-11-20T19:55:42.000Z","updated_at":"2023-01-28T18:56:23.000Z","dependencies_parsed_at":"2022-08-20T16:50:25.399Z","dependency_job_id":null,"html_url":"https://github.com/zgraveyard/laravel-starter","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/zgraveyard/laravel-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgraveyard%2Flaravel-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgraveyard%2Flaravel-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgraveyard%2Flaravel-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgraveyard%2Flaravel-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zgraveyard","download_url":"https://codeload.github.com/zgraveyard/laravel-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgraveyard%2Flaravel-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-13T22:49:22.037Z","updated_at":"2026-01-13T22:49:22.112Z","avatar_url":"https://github.com/zgraveyard.png","language":"PHP","funding_links":["https://patreon.com/taylorotwell"],"categories":[],"sub_categories":[],"readme":"# Laravel Starter Kit\n\n## Intro\n\nThis is a small template I've built based on Laravel framework, after I spent some time preparing for a small project.\nSo to make my life easier later, I decided to create this template.\n\n# Installing and running the code\n\n## Requirements\n\nPlease make sure that you have installed [Docker](https://docker.com) with *Docker Compose*.\n\n\n## Setup the local IP\n\nIn order to get the container up and running, you can follow these simple steps.\n\nAdd an entry `127.0.0.1 web.docker.local` to your `/etc/hosts` file:\n```bash\nsudo echo \"127.0.0.1 web.docker.local\" \u003e\u003e /etc/hosts\n```\n\n## Running the image\n\nAll you have to do is to execute the command:\n\n```\n./bin/docker_run\n```\n\n## Docker customization:\n\nThis image comes with a ready to use `Dockerfile` and `docker-compose.yml` which you can either modify as you like.\n\nThe preferred way to override `docker-compose.yml` values is to add a new file called `docker-compose.override.yml` \nand change the value that you want over there, please refer to this [post](https://docs.docker.com/compose/extends/#example-use-case) \nfrom Docker documentation about extending and having multiple compose files.\n\n## Note:\n\nPlease note that this template is using [Swoole Laravel](https://github.com/swooletw/laravel-swoole) package to \nhelp running your code faster, feel free to read more about [Swoole](https://www.swoole.co.uk/#get-started).\n\n## Installed packages:\n\nThese are the packages that I've installed, other than the one comes with laravel.\n\n1. [Swoole Laravel](https://github.com/swooletw/laravel-swoole).\n1. [Laravel CORS](https://github.com/barryvdh/laravel-cors).\n1. [PRedis](https://github.com/nrk/predis).\n1. [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar).\n1. [Laravel IDE Helper](https://github.com/barryvdh/laravel-ide-helper).\n1. [PHP CS Fixer](https://github.com/friendsofphp/php-cs-fixer).\n1. [PHP Code Sniffer](https://github.com/squizlabs/php_codesniffer).\n\n---\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://laravel.com/assets/img/components/logo-laravel.svg\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/laravel/framework\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/d/total.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Laravel\n\nLaravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:\n\n- [Simple, fast routing engine](https://laravel.com/docs/routing).\n- [Powerful dependency injection container](https://laravel.com/docs/container).\n- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.\n- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).\n- Database agnostic [schema migrations](https://laravel.com/docs/migrations).\n- [Robust background job processing](https://laravel.com/docs/queues).\n- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).\n\nLaravel is accessible, yet powerful, providing tools needed for large, robust applications.\n\n## Learning Laravel\n\nLaravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.\n\nIf you're not in the mood to read, [Laracasts](https://laracasts.com) contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.\n\n## Laravel Sponsors\n\nWe would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell):\n\n- **[Vehikl](https://vehikl.com/)**\n- **[Tighten Co.](https://tighten.co)**\n- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**\n- **[64 Robots](https://64robots.com)**\n- **[Cubet Techno Labs](https://cubettech.com)**\n- **[British Software Development](https://www.britishsoftware.co)**\n- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**\n- [UserInsights](https://userinsights.com)\n- [Fragrantica](https://www.fragrantica.com)\n- [SOFTonSOFA](https://softonsofa.com/)\n- [User10](https://user10.com)\n- [Soumettre.fr](https://soumettre.fr/)\n- [CodeBrisk](https://codebrisk.com)\n- [1Forge](https://1forge.com)\n- [TECPRESSO](https://tecpresso.co.jp/)\n- [Runtime Converter](http://runtimeconverter.com/)\n- [WebL'Agence](https://weblagence.com/)\n- [Invoice Ninja](https://www.invoiceninja.com)\n- [iMi digital](https://www.imi-digital.de/)\n- [Earthlink](https://www.earthlink.ro/)\n- [Steadfast Collective](https://steadfastcollective.com/)\n- [We Are The Robots Inc.](https://watr.mx/)\n- [Understand.io](https://www.understand.io/)\n\n## Contributing\n\nThank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Laravel framework 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%2Fzgraveyard%2Flaravel-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzgraveyard%2Flaravel-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgraveyard%2Flaravel-starter/lists"}