PHPackages                             brnbio/laravel-starterkit - 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. [Templating &amp; Views](/categories/templating)
4. /
5. brnbio/laravel-starterkit

ActiveProject[Templating &amp; Views](/categories/templating)

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

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

v1.0.1(6mo ago)19MITVuePHP ^8.4

Since Nov 4Pushed 6mo agoCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)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
- php 8.4
- composer

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

[](#-installation)

Create a new project using Composer:

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

Or clone the repository:

```
git clone https://github.com/brnbio/laravel-starterkit.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

36

—

LowBetter than 82% of packages

Maintenance68

Regular maintenance activity

Popularity7

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 ~0 days

Total

2

Last Release

188d 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 (30 commits)")

---

Tags

laravelscaffoldtemplatedockerboilerplateinertiajsstarter-kittailwindcssSPAvue3laravel-sail

### Embed Badge

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

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

###  Alternatives

[vikdiesel/admin-one-laravel-dashboard

Admin One - Laravel Dashboard Preset (SPA)

1435.5k](/packages/vikdiesel-admin-one-laravel-dashboard)[brackets/admin-ui

Administration user interface template

29258.6k3](/packages/brackets-admin-ui)[electrik/slate

Slate - a Laravel Blade UI Kit is a set of anonymous blade components built using TailwindCSS v4 with built-in dark mode support for your next Laravel project

102.3k1](/packages/electrik-slate)

PHPackages © 2026

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