PHPackages                             modus-digital/laravel-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. modus-digital/laravel-starter-kit

ActiveProject[Framework](/categories/framework)

modus-digital/laravel-starter-kit
=================================

The official Laravel starter kit for Modus Digital applications.

v1.1.2(11mo ago)5182MITPHPPHP ^8.3

Since May 16Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/modus-digital/laravel-starter-kit)[ Packagist](https://packagist.org/packages/modus-digital/laravel-starter-kit)[ RSS](/packages/modus-digital-laravel-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (29)Versions (7)Used By (0)

[Modus Laravel starter kit](https://modus-digital.com)
------------------------------------------------------

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

[![Latest Stable Version](https://camo.githubusercontent.com/c22f6b7643c5f1bb932b6d04a9548376239c7fc084e7b441167290d5ff09c440/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d6f6475732d6469676974616c2f6c61726176656c2d737461727465722d6b6974)](https://github.com/modus-digital/laravel-starter-kit)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://github.com/modus-digital/laravel-starter-kit)[![](https://camo.githubusercontent.com/618c9e51e15e56c97355155237c39fbf4177cc83ad93b5d65cf4a2bbea9d82a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e7374616c6c25323077697468253230486572642d6635353234373f6c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://herd.laravel.com/new?starter-kit=modus-digital/laravel-starter-kit)

---

A comprehensive Laravel starter kit by Modus Digital for quickly bootstrapping new Laravel applications with built-in features and best practices.

Features
--------

[](#features)

This starter kit has a couple default useful functionalities to easily get started with a new project. The following features are included in this starter kit:

- Build on **Laravel 12** and **Livewire**
- **Filament Admin panel** intergration
    - Managing Users
    - Translation manager
    - Backup manager
    - RBAC manager
    - Health statistics
    - Mail intergration
- File-based routing using **Laravel Folio**
- **Livewire Volt** intergration
- Two factor authentication using any Authenticator app

Requirements
------------

[](#requirements)

- PHP 8.3 or higher
- Composer
- Node.js &amp; (P}NPM (PNPM Prefered)

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

[](#installation)

### installing pnpm

[](#installing-pnpm)

```
npm install --global corepack@latest && corepack enable pnpm    # Using corepack
npm install --global pnpm@@latest-10                            # Using npm directly
```

### Option 1: Create a new project using the laravel installer

[](#option-1-create-a-new-project-using-the-laravel-installer)

#### Installing the laravel installer and create a new project

[](#installing-the-laravel-installer-and-create-a-new-project)

```
composer global require laravel/installer

laravel new   --using=modus-digital/laravel-starter-kit
cd
```

### Option 2: Clone the repository

[](#option-2-clone-the-repository)

```
git clone https://github.com/modus-digital/laravel-starter-kit.git your-project-name
cd your-project-name
composer install
pnpm install
```

### Option 3: Use the Laravel Herd installer UI

[](#option-3-use-the-laravel-herd-installer-ui)

---

### Setup Environment

[](#setup-environment)

```
# Copy environment file
cp .env.example .env

# Generate application key
php artisan key:generate

# Create SQLite database (or configure your preferred database in .env)
touch database/database.sqlite

# Run migrations
php artisan migrate --seed
```

Development
-----------

[](#development)

Start the development server with a single command:

### Option 1: Using composer

[](#option-1-using-composer)

```
composer dev
```

This command starts:

- Laravel development server
- Queue worker
- Vite for front-end assets

### Option 2: Using laravel herd

[](#option-2-using-laravel-herd)

Add The site to Laravel Herd and run Vite

```
pnpm run dev
```

Testing
-------

[](#testing)

Run the test suite:

```
composer test
```

Code Quality Tools
------------------

[](#code-quality-tools)

The starter kit includes several code quality tools:

- **PHP CS Fixer** for code style
- **Laravel Pint** for Laravel-specific style
- **Larastan** for static analysis
- **Rector** for automated refactoring

License
-------

[](#license)

MIT

Credits
-------

[](#credits)

Created and maintained by [Modus Digital](https://modus-digital.com).

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance70

Regular maintenance activity

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75.4% 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 ~66 days

Total

5

Last Release

95d ago

Major Versions

v1.1.2 → 2.x-dev2026-02-06

PHP version history (2 changes)v1.0.0PHP ^8.3

2.x-devPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/55cd90f1429b8bce7977b60cca4364c3400927a74546461561682ed7a3cdd43d?d=identicon)[AlexVanSteenhoven](/maintainers/AlexVanSteenhoven)

---

Top Contributors

[![AlexVanSteenhoven](https://avatars.githubusercontent.com/u/67007082?v=4)](https://github.com/AlexVanSteenhoven "AlexVanSteenhoven (101 commits)")[![thimvanamersfoort](https://avatars.githubusercontent.com/u/86324793?v=4)](https://github.com/thimvanamersfoort "thimvanamersfoort (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

inertiajslaravelreactstarter-kittwo-factor-authenticationlaravellivewirefilamentModus Digital

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/modus-digital-laravel-starter-kit/health.svg)

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

###  Alternatives

[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)[raugadh/fila-starter

Laravel Filament Starter.

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

PHPackages © 2026

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