PHPackages                             druidweb/druid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. druidweb/druid

ActiveProject[Framework](/categories/framework)

druidweb/druid
==============

The skeleton application for the Laravel framework.

v1.4.7(2mo ago)020MITPHPPHP ^8.5CI passing

Since Mar 26Pushed 2mo agoCompare

[ Source](https://github.com/druidweb/druid)[ Packagist](https://packagist.org/packages/druidweb/druid)[ RSS](/packages/druidweb-druid/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (10)Dependencies (44)Versions (34)Used By (0)

   ![Druid Starter Kit](.github/img/light.png)[![Coverage](https://camo.githubusercontent.com/1774432fe34b46ffc03215c2f09a8a8e2975ad6cfd27fd350e98cf12b08a67d3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f786d6c3f636f6c6f723d73756363657373266c6162656c3d636f7665726167652671756572793d726f756e64253238253246253246636f76657261676525324670726f6a6563742532466d657472696373253246253430636f7665726564656c656d656e7473253230646976253230253246253246636f76657261676525324670726f6a6563742532466d657472696373253246253430656c656d656e7473253230253241253230313030253239267375666669783d2532352675726c3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d253246647275696477656225324664727569642532466d61696e253246636f7665726167652e786d6c)](https://github.com/druidweb/druid/blob/main/coverage.xml)[![Build Status](https://github.com/druidweb/druid/workflows/tests/badge.svg)](https://github.com/druidweb/druid/actions)[![Total Downloads](https://camo.githubusercontent.com/7da8dc145977e4df9a5c0666a0ac74ecd3bdde3a07aed919e2d6e0be82a3f45c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64727569647765622f6472756964)](https://packagist.org/packages/druidweb/druid)[![Latest Stable Version](https://camo.githubusercontent.com/735398f1b41a95c57770473ebf149c2a129572f9ae3a543aa289a074abf9cc8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64727569647765622f6472756964)](https://packagist.org/packages/druidweb/druid)[![License](https://camo.githubusercontent.com/73aef6f37ef661d5a39e8d3bd16270ea37400406ab511a2887072b6a091267ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64727569647765622f6472756964)](https://packagist.org/packages/druidweb/druid)

Druid Starter Kit
=================

[](#druid-starter-kit)

The most comprehensive and battle-tested Laravel + Vue starter kit available. Built with modern best practices, complete testing coverage, and production-ready tooling to accelerate your development from day one. Features cutting-edge technologies like Laravel 12, Vue 3 with TypeScript, Tailwind 4, and a complete CI/CD pipeline with automated testing and deployment.

Unlike other starter kits that give you a basic setup and leave you to figure out the rest, Druid provides a complete development ecosystem. Every component is tested, every workflow is automated, and every decision has been made with scalability and maintainability in mind. From comprehensive testing with Pest and Vitest to automated semantic releases, this isn't just a starter kit, it's a complete foundation for building production applications that can grow with your business.

> **Druid includes all Laravel Jetstream and Fortify features** - Teams, API tokens, profile management, two-factor authentication, browser sessions, password reset, email verification, and more - rebuilt from the ground up with Vue 3, TypeScript, and 100% test coverage.

Features
--------

[](#features)

### Core Stack

[](#core-stack)

- 🚀 [Laravel 12](https://laravel.com) - Latest Laravel with PHP 8.4+ support
- ⚡️ [Vue 3](https://vuejs.org) with [Vite](https://vitejs.dev) and SSR support
- 🧩 [Shadcn-Vue](https://www.shadcn-vue.com) - Beautiful, accessible UI components
- 🔧 [TypeScript](https://www.typescriptlang.org) - Full type safety across the stack
- 🎨 [Tailwind 4](https://tailwindcss.com) with dark mode support
- 📱 [Inertia.js](https://inertiajs.com) - Modern SPAs without API complexity

### Authentication &amp; Security (Fortify + Jetstream Features)

[](#authentication--security-fortify--jetstream-features)

- 🔐 **Two-Factor Authentication** - TOTP-based 2FA with recovery codes
- 🔑 **API Token Management** - Personal access tokens with granular permissions
- 👥 **Team Management** - Create teams, invite members, assign roles
- 📧 **Team Invitations** - Email-based invitations with signed URLs
- 🖼️ **Profile Photos** - User avatar uploads with automatic storage
- 📋 **Browser Sessions** - View and logout other active sessions
- 🗑️ **Account Deletion** - Self-service deletion with confirmation
- 📜 **Terms &amp; Privacy Policy** - Legal document pages with agreement tracking
- 🔒 **Password Reset** - Secure email-based password recovery
- ✉️ **Email Verification** - Verified email enforcement
- 🔄 **Password Confirmation** - Sensitive action protection
- 🛡️ [Laravel Fortify](https://laravel.com/docs/fortify) - Backend authentication scaffolding
- 🔒 [Laravel Sanctum](https://laravel.com/docs/sanctum) - Cookie and token-based API auth

### Developer Experience

[](#developer-experience)

- 🧪 [Pest PHP](https://pestphp.com) - Elegant testing with 100% code coverage
- ⚡️ [Vitest](https://vitest.dev) - Lightning-fast JavaScript unit testing
- 🔍 [Larastan](https://github.com/larastan/larastan) - Static analysis at max level
- 📝 [ESLint](https://eslint.org) + [Prettier](https://prettier.io) - Consistent code style
- 🔄 Automated semantic releases with conventional commits
- 👷 GitHub Actions CI/CD with parallel testing
- 💯 100% code coverage with automated badge reporting

Feature Configuration
---------------------

[](#feature-configuration)

All Jetstream-equivalent features are configurable in `config/teams.php`:

```
'features' => [
    Features::termsAndPrivacyPolicy(),  // Terms of Service & Privacy Policy pages
    Features::profilePhotos(),           // User profile photo uploads
    Features::api(),                     // API token management
    Features::teams(['invitations' => true]),  // Teams with email invitations
    Features::accountDeletion(),         // Self-service account deletion
],
```

Simply remove any feature from the array to disable it. The UI automatically adapts to show only enabled features.

Requirements
------------

[](#requirements)

- PHP 8.4 or higher
- Composer 2+
- Node.js 24+ (preferably Bun)
- SQLite / MySQL / PostgreSQL

Installation
------------

[](#installation)

First, ensure you have the Laravel installer v5.14+ installed globally:

```
composer global require laravel/installer
```

Then create a new Laravel application using this starter kit:

```
laravel new my_app --using=druidweb/druid
```

For more information about Laravel starter kits, please refer to the [Laravel documentation](https://laravel.com/docs/12.x/starter-kits).

Development
-----------

[](#development)

```
# Update all dependencies
bun run cb

# Start development server
composer dev

# Build for production
bun run build

# Format code
composer lint

# Run PHP static, type, and feature tests
composer test

# Run JavaScript tests --currently 89% coverage
bun run test
```

Maintenance Branches
--------------------

[](#maintenance-branches)

This starter kit follows semantic versioning using maintenance branches:

- `main` - Latest development version
- `N.x` - Maintenance branches for major versions (e.g., `1.x`, `2.x`)

---

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](https://github.com/druidweb/druid/security/policy) on how to report security vulnerabilities.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance86

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 72.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~11 days

Total

33

Last Release

69d ago

PHP version history (5 changes)v1.0.0PHP ^8.2

v1.1.2PHP ^8.3

v1.2.8PHP ^8.4

v1.4.5PHP ^8.4 || ^8.5

v1.4.7PHP ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c31e2989d4b46bff753da02ddc5501063ccbe5c889ae6b4e4f186b1564a93b9?d=identicon)[secondmanveran](/maintainers/secondmanveran)

---

Top Contributors

[![secondmanveran](https://avatars.githubusercontent.com/u/97000801?v=4)](https://github.com/secondmanveran "secondmanveran (151 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (32 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (3 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

### Embed Badge

![Health badge](/badges/druidweb-druid/health.svg)

```
[![Health](https://phpackages.com/badges/druidweb-druid/health.svg)](https://phpackages.com/packages/druidweb-druid)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
