{"id":28301595,"url":"https://github.com/rokde/laravel-starter-kit","last_synced_at":"2026-01-20T16:39:58.648Z","repository":{"id":291827008,"uuid":"978916409","full_name":"rokde/laravel-starter-kit","owner":"rokde","description":"Laravel Starter Kit with DDD and builtin features every SaaS needs.","archived":false,"fork":false,"pushed_at":"2025-10-27T22:51:16.000Z","size":2665,"stargazers_count":3,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T00:10:22.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","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/rokde.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"custom":"https://www.paypal.me/rok","buy_me_a_coffee":"robertkummer"}},"created_at":"2025-05-06T17:49:48.000Z","updated_at":"2025-10-27T22:51:14.000Z","dependencies_parsed_at":"2025-05-06T18:48:39.457Z","dependency_job_id":"91ea0341-6d8f-49b5-b618-5c8b54f1e582","html_url":"https://github.com/rokde/laravel-starter-kit","commit_stats":null,"previous_names":["rokde/laravel-starter-kit"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rokde/laravel-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokde%2Flaravel-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokde%2Flaravel-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokde%2Flaravel-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokde%2Flaravel-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rokde","download_url":"https://codeload.github.com/rokde/laravel-starter-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rokde%2Flaravel-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281425557,"owners_count":26499031,"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-10-28T02:00:06.022Z","response_time":60,"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":"2025-05-23T20:11:43.451Z","updated_at":"2025-10-30T11:13:14.808Z","avatar_url":"https://github.com/rokde.png","language":"Vue","funding_links":["https://www.paypal.me/rok","https://buymeacoffee.com/robertkummer"],"categories":[],"sub_categories":[],"readme":"# Laravel Starter Kit\n\n## Usage\n\n`laravel new --using=rokde/laravel-starter-kit`\n\n## What is inside?\n\nA customized version with the following things:\n\n### Repository\n- [x] PHP 8.4\n- [x] Laravel 12 (latest minor)\n- [x] [laravel/vue-starter-kit](https://github.com/laravel/vue-starter-kit)\n  - using [Inertia v2](https://inertiajs.com/) and [shadcn-vue](https://www.shadcn-vue.com/) components\n- [x] Vue 3 + Vite 7\n- [x] Tailwind CSS v4\n- [x] Ziggy v2\n- [x] Pest v4 (incl. browser + type-coverage plugins)\n- [x] Rector v2 + Larastan v3\n- [x] Node 22 compatible toolchain\n- [x] pint.json with strict rules\n- [x] repository dependency health with Dependabot (weekly)\n- [x] automatic linting and testing on push (CI)\n- [x] automatic CHANGELOG.md update on releases\n- [x] [nunomaduro/essentials](https://github.com/nunomaduro/essentials) for Laravel defaults (see [essentials.php](config/essentials.php))\n- [x] [rector](https://github.com/rectorphp/rector) for instant upgrades and automated refactoring\n\n### IDE support\n\n- [x] [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper)\n- [x] JetBrains Junie guidelines\n\n### Starter Kit features\n\n- [x] internationalization (en, de)\n- [x] static pages based on CommonMark Markdown files, with FrontMatter support and localized\n  - in `resources/markdown` are the md files located\n  - localized version can have a `*.[locale].md` extension (e.g. `.de.md`)\n- [x] using UseFactory class attribute for eloquent models\n- [x] [modules](https://github.com/InterNACHI/modular) supported for domain driven design\n  - [x] [analytics](app-modules/analytics/README.md) - Track and visualize user interactions with elements in the application\n  - [x] [foundation-layout](app-modules/foundation-layout/README.md) - Configure and switch between different layout styles\n  - [x] [notification](app-modules/notification/README.md) - Manage user notification preferences and delivery methods\n  - [x] [passkey](app-modules/passkey/README.md) - Enable secure, passwordless authentication using WebAuthn\n  - [x] [todo](app-modules/todo/README.md) - Create, manage, and track todos within workspaces\n  - [x] [workspace](app-modules/workspace/README.md) - Create and manage workspaces for team collaboration\n\n## Features\n\n### Laravel Features and Configuration\n\n- Register a user\n- Login a user\n- [User must verify email](https://laravel.com/docs/verification#model-preparation)\n- various settings configured in the [AppServiceProvider::boot()](app/Providers/AppServiceProvider.php) method\n- Localized views in english and german\n- [database notifications](https://laravel.com/docs/notifications#database-prerequisites) already set up\n- Profile settings including locale settings\n- Imprint, Terms and Policy templates supported\n- displaying the password rules on registration and password change\n- reveal passwords on password input elements\n- User has locale and timezone for displaying the dates correct\n  - provide a `inApplicationTimezone` and `inUserTimezone` method for each carbon instance\n\n### Build with DDD\n\n`php artisan make:module [MODULE_NAME]`\n\nFor detailed instructions on creating modules, including backend implementation, Vue.js frontend, and Pest testing, see the [Module Development Guide](docs/module-development-guide.md).\n\nThis generates the whole module stub. Use contracts and dtos to communicate between domain boundaries as described in [Modularizing Inertia](https://pacific-nymphea-e41.notion.site/Modularizing-Inertia-Laracon-India-2025-1a6320a6974e8014b91ec08cc6b79c4e). An [example repository](https://github.com/avosalmon/artisan-airlines) describes it better. It supports also the module-based loading and providing of typescript code for inertia.\n\n#### Module Dependency Graph\n\nYou can generate a [visual representation](docs/module-dependency-graph.md) of module dependencies with:\n\n`php artisan modules:graph`\n\nThis command analyzes the codebase and creates a dependency graph using Mermaid, which is supported by GitHub Markdown. The graph shows which modules depend on each other and provides detailed information about each module.\n\nThe generated graph is saved to `docs/module-dependency-graph.md` by default, but you can specify a custom output path:\n\n`php artisan modules:graph --output=custom/path/graph.md`\n\n#### Database Entity Relationship Diagram\n\nA [visual representation](docs/database-entity-relationship-diagram.md) of the database schema is available, showing all tables, columns, relationships, and indexes used in the project.\n\n### Configure the used layouts with a console command\n\n(provided by the [foundation-layout](app-modules/foundation-layout/README.md) module)\n\n`php artisan app:configure-layouts`\n\nThen you can switch between all the provided layouts within the [starter kits](https://laravel.com/docs/starter-kits#vue-available-layouts).\n\n### Reuse backend localization in frontend\n\nWe support localization. If your user implements the `HasLocalePreference` interface we would support that by the `SetLocale` middleware.\n\nWith `php artisan translations:generate` the php stored translations get transferred to the typescript translations used by `vue-i18n`.\n\n### Creating model documentation\n\n`composer run ide-helper`\n\n### Format your code\n\n- during GitHub workflows a new commit will handle this\n- or run locally: `composer run lint` and `npm run lint`\n\n### Run the test suite\n\n`composer run test`\n\n### Code Coverage\n\n- The default test suite enforces coverage and type-coverage thresholds: `composer run test`.\n- To generate an HTML coverage report locally, run:\n\n```bash\nvendor/bin/pest --coverage --coverage-html tests/coverage\n```\n\nThen open `tests/coverage/index.html` in your browser.\n\n### Browser testing\n\nPest v4 browser tests are included (Playwright). CI installs the browsers automatically. Locally, you can install them with:\n\n```bash\nnpx playwright install --with-deps\n```\n\nRun browser tests as part of the full suite via `composer run test`, or filter specific tests with Pest.\n\n### Development tips\n\n- Regular dev: `composer run dev`\n- With SSR: `composer run dev:ssr`\n\n### Dependabot\n\nWeekly updates for npm and php dependencies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frokde%2Flaravel-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frokde%2Flaravel-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frokde%2Flaravel-starter-kit/lists"}