PHPackages                             webmintydotcom/laravel-quickstart - 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. webmintydotcom/laravel-quickstart

ActiveProject[Framework](/categories/framework)

webmintydotcom/laravel-quickstart
=================================

Laravel starter kit with common addons.

4.0.0(3mo ago)023MITPHPPHP ^8.4

Since Feb 17Pushed 2mo agoCompare

[ Source](https://github.com/webmintydotcom/laravel-quickstart)[ Packagist](https://packagist.org/packages/webmintydotcom/laravel-quickstart)[ RSS](/packages/webmintydotcom-laravel-quickstart/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (39)Versions (3)Used By (0)

Laravel + Webminty Defaults Starter Kit
=======================================

[](#laravel--webminty-defaults-starter-kit)

Introduction
------------

[](#introduction)

This is a starter kit for Laravel applications that includes Tailwind CSS, and other useful packages and configurations. It is designed to help you quickly set up a new Laravel project with a modern development environment.

Installation
------------

[](#installation)

```
laravel new my-app --pest --npm --using=webmintydotcom/laravel-quickstart
```

Included Packages
-----------------

[](#included-packages)

- [Laravel](#laravel)
    - [Spatie Laravel Data](#spatie-laravel-data)
- [Debugging](#debugging)
    - [Spatie Laravel Ray](#spatie-laravel-ray)
- [Testing](#testing)
    - [Pest](#pest)
        - [Spatie Pest Expectations](#spatie-pest-expectations)
        - [Pest Plugin - Faker](#pest-plugin---faker)
        - [Pest Plugin - Laravel](#pest-plugin---laravel)
        - [Pest Plugin - Type Coverage](#pest-plugin---type-coverage)
    - [Larastan](#larastan)
    - [Pint](#pint)
    - [Rector](#rector)
- [NPM](#npm)
    - [Tailwind CSS](#tailwind-css)
    - [Prettier](#prettier)
        - [Prettier Plugin - Tailwind CSS](#prettier-plugin---tailwind-css)
        - [Prettier Plugin - Blade](#prettier-plugin---blade)
    - [DaisyUI](#daisyui)

### Laravel

[](#laravel)

Version **12** of Laravel is used in this starter kit.

#### Spatie Laravel Data

[](#spatie-laravel-data)

Spatie Laravel Data is included to help you create data transfer objects (DTOs) in a simple and elegant way.

[Docs](https://spatie.be/docs/laravel-data/v4/introduction)

### Debugging

[](#debugging)

#### Spatie Laravel Ray

[](#spatie-laravel-ray)

Spatie Laravel Ray is included to help you debug your Laravel applications with ease.

[Homepage](https://myray.app/)

[Docs](https://myray.app/docs/getting-started/introduction)

### Testing

[](#testing)

#### Pest

[](#pest)

Pest is included to help you write expressive and elegant tests for your Laravel applications.

[Homepage](https://pestphp.com/)

[Docs](https://pestphp.com/docs/installation)

##### Spatie Pest Expectations

[](#spatie-pest-expectations)

Spatie Pest Expectations is included to help you write expressive and readable tests using Pest.

[Docs](https://github.com/spatie/pest-expectations)

##### Pest Plugin - Faker

[](#pest-plugin---faker)

[Docs](https://pestphp.com/docs/plugins#faker)

##### Pest Plugin - Laravel

[](#pest-plugin---laravel)

[Docs](https://pestphp.com/docs/plugins#laravel)

##### Pest Plugin - Type Coverage

[](#pest-plugin---type-coverage)

[Docs](https://pestphp.com/docs/type-coverage)

#### Larastan

[](#larastan)

Larastan is included to help you catch type errors in your Laravel applications using PHPStan.

[Docs](https://github.com/larastan/larastan)

#### Pint

[](#pint)

Pint is included to help you format your Laravel code according to the Webminty coding standard.

[Docs](https://laravel.com/docs/12.x/pint)

#### Laravel Rector

[](#laravel-rector)

Rector is included to help you refactor and upgrade your Laravel codebase automatically.

[Docs](https://github.com/driftingly/rector-laravel)

### NPM

[](#npm)

#### Tailwind CSS

[](#tailwind-css)

Tailwind CSS is included to help you build modern and responsive user interfaces with ease.

[Homepage](https://tailwindcss.com/)

[Docs](https://tailwindcss.com/docs/installation)

#### Prettier

[](#prettier)

Prettier is included to help you format your code consistently across your project.

[Homepage](https://prettier.io/)

[Docs](https://prettier.io/docs/en/index.html)

##### Prettier Plugin - Tailwind CSS

[](#prettier-plugin---tailwind-css)

Prettier Plugin for Tailwind CSS is included to help you format your Tailwind CSS classes automatically.

[Docs](https://github.com/tailwindlabs/prettier-plugin-tailwindcss)

##### Prettier Plugin - Blade

[](#prettier-plugin---blade)

Prettier Plugin for Blade is included to help you format your Blade templates automatically.

[Docs](https://github.com/stillat/blade-parser-typescript)

#### DaisyUI

[](#daisyui)

DaisyUI is included to help you build beautiful and customizable user interfaces with Tailwind CSS.

[Homepage](https://daisyui.com/)

[Docs](https://daisyui.com/docs/)

Additional Configurations
-------------------------

[](#additional-configurations)

Changes to the default Laravel files are included in this starter kit to improve performance and developer experience.

### app/Providers/AppServiceProvider.php

[](#appprovidersappserviceproviderphp)

```
Model::preventLazyLoading();

if ($this->app->isProduction()) {
    Model::handleLazyLoadingViolationUsing(function ($model, $relation) {
        $class = get_class($model);

        info("Attempted to lazy load [{$relation}] on model [{$class}].");
    });
    DB::prohibitDestructiveCommands();
} else {
    Model::preventAccessingMissingAttributes();
    Model::preventSilentlyDiscardingAttributes();
    Model::shouldBeStrict();
}

Vite::usePrefetchStrategy('aggressive');
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance84

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~36 days

Total

2

Last Release

100d ago

Major Versions

3.0.0 → 4.0.02026-03-26

PHP version history (2 changes)3.0.0PHP ^8.3

4.0.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/6df96861ef914619e7d981dda936319ef29c8fcdf2f47c4a5c2e8f6ec25e3ff0?d=identicon)[webmintydotcom](/maintainers/webmintydotcom)

---

Top Contributors

[![webmintydotcom](https://avatars.githubusercontent.com/u/176715447?v=4)](https://github.com/webmintydotcom "webmintydotcom (29 commits)")

---

Tags

frameworklaravelstarter-kit

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/webmintydotcom-laravel-quickstart/health.svg)

```
[![Health](https://phpackages.com/badges/webmintydotcom-laravel-quickstart/health.svg)](https://phpackages.com/packages/webmintydotcom-laravel-quickstart)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3991.8k](/packages/codewithdennis-larament)[raugadh/fila-starter

Laravel Filament Starter.

625.1k](/packages/raugadh-fila-starter)

PHPackages © 2026

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