PHPackages                             cjmellor/starter-kit - 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. cjmellor/starter-kit

ActiveProject[Framework](/categories/framework)

cjmellor/starter-kit
====================

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

012BladeCI passing

Since Oct 11Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/cjmellor/starter-kit)[ Packagist](https://packagist.org/packages/cjmellor/starter-kit)[ RSS](/packages/cjmellor-starter-kit/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![ChatGPT Image Apr 5, 2025 at 04_53_38 PM](https://private-user-images.githubusercontent.com/1848476/430610577-f362a7b7-b488-4fdd-bfad-63e120ffca07.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODI5Mzk2OTEsIm5iZiI6MTc4MjkzOTM5MSwicGF0aCI6Ii8xODQ4NDc2LzQzMDYxMDU3Ny1mMzYyYTdiNy1iNDg4LTRmZGQtYmZhZC02M2UxMjBmZmNhMDcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDFUMjA1NjMxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjhiNTIwMDUwMmM3NzNkYWJhYjc0Zjk4Njc3MDVmMGI0YmVjMWQwMGRlMWE1NmViM2MyMDdhMGZmNzFiMTRkMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.eMxaXwn1VoexfN38DcQJHILfVcOeYi3--PIzkwxgJVc)](https://private-user-images.githubusercontent.com/1848476/430610577-f362a7b7-b488-4fdd-bfad-63e120ffca07.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODI5Mzk2OTEsIm5iZiI6MTc4MjkzOTM5MSwicGF0aCI6Ii8xODQ4NDc2LzQzMDYxMDU3Ny1mMzYyYTdiNy1iNDg4LTRmZGQtYmZhZC02M2UxMjBmZmNhMDcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDFUMjA1NjMxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjhiNTIwMDUwMmM3NzNkYWJhYjc0Zjk4Njc3MDVmMGI0YmVjMWQwMGRlMWE1NmViM2MyMDdhMGZmNzFiMTRkMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.eMxaXwn1VoexfN38DcQJHILfVcOeYi3--PIzkwxgJVc)

Laravel (Opionionated) Starter Kit
==================================

[](#laravel-opionionated-starter-kit)

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
---------------

[](#getting-started)

Install via the Laravel installer

```
laravel new  --using=cjmellor/starter-kit

```

Differences
-----------

[](#differences)

### Development Tools &amp; Configuration

[](#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

[](#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

Features
--------

[](#features)

### Authorization

[](#authorization)

During the installation process, you'll be prompted to include Authorization. When selected, this option automatically sets up a comprehensive authentication structure including:

- Role and Permission models with migrations
- Basic role assignments (Owner, Member)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance42

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/801039?v=4)[cmellor](/maintainers/cmellor)[@cmellor](https://github.com/cmellor)

---

Top Contributors

[![cjmellor](https://avatars.githubusercontent.com/u/1848476?v=4)](https://github.com/cjmellor "cjmellor (30 commits)")

### Embed Badge

![Health badge](/badges/cjmellor-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/cjmellor-starter-kit/health.svg)](https://phpackages.com/packages/cjmellor-starter-kit)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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