cjmellor/starter-kit

An opinionated starter kit based off the official Laravel starter kit for Livewire.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:Blade

Type:project

dev-main 2025-03-30 10:24 UTC

This package is auto-updated.

Last update: 2025-03-30 10:25:31 UTC


README

A modern Laravel starter kit with opinionated defaults and essential tooling for rapid application development.

This starter kit is based off the Livewire with Volt starter kit.

Getting Started

Install via the Laravel installer

laravel new <app-name> --using=cjmellor/starter-kit

Differences

Development Tools & Configuration

  • Added Rector with Laravel extension for automated PHP refactoring
  • Configured Prettier for consistent code formatting
  • Added Pint configuration for Laravel-specific PHP code styling
  • Updated PHP version requirement to ^8.4
  • Implemented GitHub Actions workflows for linting and testing

Laravel Customizations

  • Enhanced AppServiceProvider with opinionated Laravel defaults:
    • Configured query logging for local development
    • Set up model strictness and prevention of lazy loading
    • Added performance optimization settings