druidweb / druid
The skeleton application for the Laravel framework.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Vue
Type:project
pkg:composer/druidweb/druid
Requires
- php: ^8.4
- inertiajs/inertia-laravel: ^2.0.10
- laravel/fortify: ^1.31.2
- laravel/framework: ^12.35.1
- laravel/tinker: ^2.10.1
- laravel/wayfinder: ^0.1.12
- nunomaduro/essentials: ^1.0.1
- spatie/laravel-route-discovery: ^1.4
Requires (Dev)
- driftingly/rector-laravel: ^2.1
- fakerphp/faker: ^1.24.1
- larastan/larastan: ^3.7.2
- laravel/boost: ^1.5.1
- laravel/pail: ^1.2.3
- laravel/sail: ^1.46.0
- mockery/mockery: ^1.6.12
- nunomaduro/collision: ^8.8.2
- pestphp/pest: ^4.1.2
- pestphp/pest-plugin-laravel: ^4.0.0
- pestphp/pest-plugin-type-coverage: ^4.0.2
- rector/rector: ^2.2.6
- zenphp/fixr: ^1.0.4
- zenphp/zorah: ^1.0
This package is auto-updated.
Last update: 2025-11-01 20:32:20 UTC
README
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.
NOTE: Druid contains the latest updates from Vue Starter kit including Two-Factor Authentication with Fortify.
Features
- ๐ Laravel 12 - Latest Laravel with PHP 8.3+ support
- โก๏ธ Vue 3 with Vite
- ๐งฉ Shadcn-Vue - Beautiful, accessible, and responsive UI components
- ๐ง TypeScript - Full type safety
- ๐จ Tailwind 4 with dark mode support
- ๐ฑ Inertia.js - Modern single-page apps without API complexity
- ๐ Laravel Sanctum - API authentication
- ๐งช Pest PHP - Testing with pleasure
- โก๏ธ Vitest - Fast JavaScript unit testing
- ๐ Larastan - Static analysis for Laravel
- ๐ ESLint + Prettier - Consistent code style
- ๐ Automated releases with semantic-release
- ๐ท GitHub Actions workflows for testing and deployment
- ๐๏ธ Pre-configured development environment
- ๐ฏ 100% code coverage with automated reporting
Requirements
- PHP 8.4 or higher
- Composer 2+
- Node.js 24+ (preferably Bun)
- SQLite / MySQL / PostgreSQL
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 --using=druidweb/druid
For more information about Laravel starter kits, please refer to the Laravel documentation.
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
This starter kit follows semantic versioning using maintenance branches:
main- Latest development versionN.x- Maintenance branches for major versions (e.g.,1.x,2.x)
Contributing
Please see CONTRIBUTING.md for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.