{"id":28677613,"url":"https://github.com/rvxlab/laravel-htmx-starter","last_synced_at":"2025-06-14T00:07:34.200Z","repository":{"id":297739053,"uuid":"997718234","full_name":"RVxLab/laravel-htmx-starter","owner":"RVxLab","description":"A starter kit for Laravel using HTMX","archived":false,"fork":false,"pushed_at":"2025-06-07T06:06:44.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-07T06:26:22.075Z","etag":null,"topics":["htmx","laravel","laravel-starter-kit"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/RVxLab.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,"zenodo":null}},"created_at":"2025-06-07T03:14:56.000Z","updated_at":"2025-06-07T06:06:48.000Z","dependencies_parsed_at":"2025-06-07T06:36:56.645Z","dependency_job_id":null,"html_url":"https://github.com/RVxLab/laravel-htmx-starter","commit_stats":null,"previous_names":["rvxlab/laravel-htmx-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RVxLab/laravel-htmx-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RVxLab%2Flaravel-htmx-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RVxLab%2Flaravel-htmx-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RVxLab%2Flaravel-htmx-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RVxLab%2Flaravel-htmx-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RVxLab","download_url":"https://codeload.github.com/RVxLab/laravel-htmx-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RVxLab%2Flaravel-htmx-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259737919,"owners_count":22903874,"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":["htmx","laravel","laravel-starter-kit"],"created_at":"2025-06-14T00:07:31.545Z","updated_at":"2025-06-14T00:07:34.182Z","avatar_url":"https://github.com/RVxLab.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/bigskysoftware/htmx/f690d928342b6334fa539cfbd4be515748d2ba0f/www/static/img/htmx_logo.2.png\" width=\"200\" alt=\"HTMX Logo\"\u003e\n\u003c/p\u003e\n\n# Laravel HTMX Starter Kit\n\nA heavily opinionated starter kit for Laravel that bundles essential tooling with the simplicity of HTMX into a jumping off point.\n\n## Requirements\n\n- PHP 8.4\n- [Bun](https://bun.sh/) (Can be replaced with your package manager of choice, see below)\n\n## Installed Packages\n\nThe following packages come pre-installed:\n\n- [Htmx](https://htmx.org)\n- [Lefthook](https://lefthook.dev)\n- [Octane](https://laravel.com/docs/octane)\n  - [FrankenPHP](https://frankenphp.dev)\n- [Pest](https://pestphp.com)\n  - [Arch Plugin](https://pestphp.com/docs/arch-testing)\n  - [Laravel Plugin](https://pestphp.com/docs/plugins#laravel)\n- [PHPStan](https://phpstan.org)\n  - [Larastan](https://github.com/larastan/larastan)\n- [Pint](https://laravel.com/docs/pint)\n- [Prettier](https://prettier.io)\n- [Rector](https://getrector.com)\n\n### Pint\n\nThe Pint config is based on [Nuno Maduro's Essentials package](https://github.com/nunomaduro/essentials) with some tweaks:\n\n- Uses PER preset\n- [Groups Imports](https://cs.symfony.com/doc/rules/import/group_import.html)\n  - By extension, disables [Single Import Per Statement](https://cs.symfony.com/doc/rules/import/single_import_per_statement.html)\n- [New With Parenthesis](https://cs.symfony.com/doc/rules/operator/new_with_parentheses.html)\n  - Disabled for anonymous classes\n- [No Unused Imports](https://cs.symfony.com/doc/rules/import/no_unused_imports.html)\n- [Yoda Style](https://cs.symfony.com/doc/rules/control_structure/yoda_style.html)\n\n### PHPStan\n\nBy default, PHPStan is set to level 10.\n\n### Bun\n\nBy default, this starter kit uses [Bun](https://bun.sh) to manage JavaScript dependencies. If you prefer to use a different one, do the following:\n\n- Delete `bun.lock`\n- Update `bun` references with the equivalent of your preferred package manager in:\n  - `composer.json`\n  - `lefthook.yaml`\n  - `maskfile.md`\n  - `package.json`\n- Delete the `node_modules` folder\n- Reinstall your JavaScript dependencies\n\n## Common Scripts\n\nCommon scripts as handled using [Mask](https://github.com/jacobdeichert/mask).\n\nWhile these are useful, you're not required to have Mask installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvxlab%2Flaravel-htmx-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvxlab%2Flaravel-htmx-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvxlab%2Flaravel-htmx-starter/lists"}