shipfastlabs/modern-livewire-starter-kit

Laravel Livewire starter kit with opinionated modern tooling setup.

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 0

Forks: 86

Language:Blade

Type:project

dev-main 2025-03-19 15:46 UTC

This package is auto-updated.

Last update: 2025-03-19 15:46:58 UTC


README

Introduction

Our Laravel + Livewire starter kit provides a robust, modern starting point for building Laravel applications with a Livewire frontend.

Livewire is a powerful way of building dynamic, reactive, frontend UIs using just PHP. It's a great fit for teams that primarily use Blade templates and are looking for a simpler alternative to JavaScript-driven SPA frameworks like React and Vue.

This Livewire starter kit utilizes Livewire 3, Laravel Volt, TypeScript, Tailwind, and the Flux UI component library.

Enhanced Features

This kit extends the official Laravel Vue starter with additional development tools and quality assurance:

  • PHPStan (Maximum Level): Static analysis at the highest level for robust type checking
  • Laravel Pint: Automated styling with opinionated rules approved by Nuno Maduro
  • Rector: Automated PHP refactoring and upgrades
  • Testing Suite:
    • Pest PHP for elegant testing
    • Architecture tests for maintaining code structure
  • IDE Helper: Enhanced IDE support for Laravel facades and models

This starter kit is regularly synchronized with the official Laravel Vue starter kit to ensure you get the latest features and security updates.

Installation

Installation can be done by laravel installer.

laravel new --using=shipfastlabs/modern-livewire-starter-kit modern-livewire-app

Official Documentation

Documentation for all Laravel starter kits can be found on the Laravel website.

Contributing

Thank you for considering contributing to our starter kit! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

License

The Laravel + Livewire starter kit is open-sourced software licensed under the MIT license.