{"id":21203313,"url":"https://github.com/pyronome/pattern-laravel-9x","last_synced_at":"2026-04-13T18:31:47.545Z","repository":{"id":113400623,"uuid":"538427874","full_name":"pyronome/pattern-laravel-9x","owner":"pyronome","description":"Pyronome Pattern for PHP Laravel 9.x Framework","archived":false,"fork":false,"pushed_at":"2022-09-22T08:44:54.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2026-01-01T21:49:41.643Z","etag":null,"topics":["laravel","laravel9","pattern","php","php-framework","php8","pyronome","pyronome-platform","webframework"],"latest_commit_sha":null,"homepage":"https://pyronome.com/pyronome/laravel-9x","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/pyronome.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-19T09:32:43.000Z","updated_at":"2022-09-22T13:10:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"2182071c-f55c-4bb9-957b-4c64bcad365b","html_url":"https://github.com/pyronome/pattern-laravel-9x","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyronome/pattern-laravel-9x","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronome%2Fpattern-laravel-9x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronome%2Fpattern-laravel-9x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronome%2Fpattern-laravel-9x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronome%2Fpattern-laravel-9x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyronome","download_url":"https://codeload.github.com/pyronome/pattern-laravel-9x/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronome%2Fpattern-laravel-9x/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31766345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["laravel","laravel9","pattern","php","php-framework","php8","pyronome","pyronome-platform","webframework"],"created_at":"2024-11-20T20:23:08.752Z","updated_at":"2026-04-13T18:31:47.521Z","avatar_url":"https://github.com/pyronome.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Laravel** is a web application framework with expressive, elegant syntax. For further information about **Laravel** Framework, please visit https://laravel.com/.\n\nThis repository contains Pyronome **Laravel 9.x** pattern basic information, pattern files, pattern templates, documentation and issue tracker. For further information about this pattern, please visit https://pyronome.com/pyronome/laravel-9x.\n\n**Please note that you cannot directly use this repository.** To generate source code using this pattern, please visit [Pyronome Sign Up Page](https://platform.pyronome.com/builder/signup), and create an account.\n\nPlease refer to the [Getting Started](https://github.com/pyronome/pattern-laravel-9x#getting-started) section for step by step instructions.\n\n## Status: Experimental\n\nNot available for production environments. The stable version is coming soon.\n\n## Getting Started\n\nPlease follow the steps below to generate source code using **Laravel 9.x** pattern:\n\n1. Visit Pyronome platform website: https://pyronome.com\n2. Sign up / log in to Pyronome. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-signup-and-login/\n3. Create a new Pyronome project. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-your-first-project/\n4. Please choose **Laravel 9.x** pattern on Install Pattern(s) dialog.\n5. Generate source code. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-source-code-generation/\n\n## Installation\n\nAfter generating and downloading source code from the Pyronome platform, you can follow the steps below to install dependencies and run the local webserver.\n\nFirstly, go to the `source` folder, install the project, and load dependencies.\n\n```console\ncomposer install\n```\n\n```console\nnpm install --save-dev\n```\n\nAfter loading dependencies, create `.env` file. For further information about Laravel `.env` files, please visit: https://laravel.com/docs/9.x/configuration\n\nThen, run application key generation and migration commands.\n\n```console\nphp artisan key:generate \n```\n\n```console\nphp artisan migrate\n```\n\nThen, start the webserver.\n\n```console\nphp artisan serve --port=8000\n```\n\n## Contributing\n\nPlease use the [issue tracker](https://github.com/pyronome/pattern-laravel-9x/issues) to report any bugs/typos or requests.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see releases section of the [pattern overview page](https://pyronome.com/pyronome/laravel-9x#Overview). \n\n## Authors\n\n* **Aykut Aydınlı** - [@aykutaydinli](https://github.com/aykutaydinli)\n* **Hakan Erdal** - [@hakanerdal](https://github.com/hakanerdal)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/pyronome/pattern-laravel-9x/blob/master/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronome%2Fpattern-laravel-9x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyronome%2Fpattern-laravel-9x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronome%2Fpattern-laravel-9x/lists"}