PHPackages                             brnbio/laravel-starterkit-modules - 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. brnbio/laravel-starterkit-modules

ActiveProject

brnbio/laravel-starterkit-modules
=================================

A modern Laravel starter kit with InertiaJS, Vue 3, Tailwind CSS, and Laravel Sail pre-configured for rapid application development

1.0.0(1mo ago)01↑2900%MITVuePHP ^8.5

Since Mar 29Pushed 1mo agoCompare

[ Source](https://github.com/brnbio/laravel-starterkit-modules)[ Packagist](https://packagist.org/packages/brnbio/laravel-starterkit-modules)[ Docs](https://github.com/brnbio/laravel-starterkit-modules)[ GitHub Sponsors](https://github.com/brnbio)[ RSS](/packages/brnbio-laravel-starterkit-modules/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel Starter Kit 🚀
=====================

[](#laravel-starter-kit-)

A modern Laravel starter kit with InertiaJS, Vue 3, Tailwind CSS, and Laravel Sail pre-configured for rapid application development.

✨ Features
----------

[](#-features)

- **Laravel** - Latest version with best practices
- **InertiaJS** - Modern monolith approach for SPAs
- **Vue 3** - Progressive JavaScript framework with Composition API
- **Tailwind CSS** - Utility-first CSS framework
- **Laravel Sail** - Docker development environment
- **Makefile helpers** - Convenient commands for common tasks

📋 Requirements
--------------

[](#-requirements)

- docker
- git
- composer

📥 Installation
--------------

[](#-installation)

Create a new project using Composer:

```
composer create-project brnbio/laravel-starterkit-modules my-project
cd my-project
```

Or clone the repository:

```
git clone https://github.com/brnbio/laravel-starterkit-modules.git my-project
cd my-project
```

Install dependencies and setup the project:

```
composer install
make install
```

This command will:

- Copy `.env.example` to `.env`
- Start Docker containers
- Install Composer dependencies
- Install NPM dependencies
- Generate application key
- Run database migrations and seeders

Start the frontend development server:

```
make dev
```

Your application will be available at `http://localhost`.

⚡ Makefile Commands
-------------------

[](#-makefile-commands)

Run `make` to see all available commands:

### Docker Commands

[](#docker-commands)

- `make up` - Start the application
- `make down` - Stop the application
- `make restart` - Restart the application

### Development Commands

[](#development-commands)

- `make install` - Fresh install (copies .env, installs dependencies, migrates database)
- `make dev` - Start development server with Vite hot reload
- `make precommit` - Run all pre-commit checks (linting, type checking, tests, security audits)
- `make refresh` - Refresh the database (migrate:fresh --seed)

### Backend Commands

[](#backend-commands)

- `make phpstan` - Run PHPStan static analysis
- `make pint` - Run Laravel Pint code formatter
- `make test` - Run Pest PHP tests

### Frontend Commands

[](#frontend-commands)

- `make eslint` - Run ESLint linting

💻 Development Workflow
----------------------

[](#-development-workflow)

1. Start the application: `make up`
2. Start Vite dev server: `make dev`
3. Make your changes
4. Run pre-commit checks: `make precommit`
5. Commit your changes

📄 License
---------

[](#-license)

This project is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6be756807583b215be4ea02be78e37aefbeb1d1b1054787ae63fc0b2fdfdafa?d=identicon)[fheider](/maintainers/fheider)

---

Top Contributors

[![fheider](https://avatars.githubusercontent.com/u/3755151?v=4)](https://github.com/fheider "fheider (22 commits)")

### Embed Badge

![Health badge](/badges/brnbio-laravel-starterkit-modules/health.svg)

```
[![Health](https://phpackages.com/badges/brnbio-laravel-starterkit-modules/health.svg)](https://phpackages.com/packages/brnbio-laravel-starterkit-modules)
```

###  Alternatives

[neo/little-sail

Smaller Alpine based image for Laravel Sail runtimes

389.0k](/packages/neo-little-sail)

PHPackages © 2026

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