druidweb/druid

A modern, opinionated starter kit for Laravel 12+ applications

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project


README

Druid Starter Kit

Coverage Build Status Total Downloads Latest Stable Version License

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.

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.3 or higher
  • Composer 2+
  • Node.js 18+ (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
bun run dev

# Build for production
bun run build

# Format code
bun run format

# Lint code
bun run lint

# Run JavaScript tests (Vitest)
bun run test:js

# Run tests
composer test

# Run tests with coverage
composer test:coverage

# Run static analysis
composer analyse

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

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.