PHPackages                             xocdr/laravel-inertia-vue3-starter - 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. xocdr/laravel-inertia-vue3-starter

ActiveProject[Framework](/categories/framework)

xocdr/laravel-inertia-vue3-starter
==================================

A Laravel 12 starter template with Inertia.js 2, Vue 3, and TailwindCSS 4.

0.1.5(1y ago)023MITBladePHP ^8.4

Since Jun 20Pushed 1y agoCompare

[ Source](https://github.com/xocdr/laravel-inertia-vue3-starter)[ Packagist](https://packagist.org/packages/xocdr/laravel-inertia-vue3-starter)[ RSS](/packages/xocdr-laravel-inertia-vue3-starter/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (10)Versions (7)Used By (0)

Laravel 12 + Inertia.js + Vue 3 + TailwindCSS 4 Starter Template
================================================================

[](#laravel-12--inertiajs--vue-3--tailwindcss-4-starter-template)

[![Latest Version on Packagist](https://camo.githubusercontent.com/65dcf0bf256c14d437b9f5ce71a9b95da98d3eaac825fcdf36b526e0e0aa2598/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f786f6364722f6c61726176656c2d696e65727469612d767565332d737461727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xocdr/laravel-inertia-vue3-starter)[![Total Downloads](https://camo.githubusercontent.com/aa5ad30c178070835c2c6bc73873450963a27a3abc916567f304522e4bf5c734/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f786f6364722f6c61726176656c2d696e65727469612d767565332d737461727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xocdr/laravel-inertia-vue3-starter)[![License](https://camo.githubusercontent.com/28bc283a99e3fc0c84b3a75e4e6a4ea9283ef4ddcc4c63721b66a7d5203b8379/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f786f6364722f6c61726176656c2d696e65727469612d767565332d737461727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xocdr/laravel-inertia-vue3-starter)

A modern starter template for Laravel 12 projects using Inertia.js 2, Vue 3, and TailwindCSS 4. This template provides a solid foundation for building modern web applications with the latest versions of these powerful technologies.

Features
--------

[](#features)

- 🚀 Laravel 12
- ⚡️ Vite 6 with HMR
- 🎭 Inertia.js 2
- 💚 Vue 3
- 🎨 TailwindCSS 4
- 🐳 Docker with Laravel Sail
- 📝 Laravel Pint for PHP code styling
- 🔍 Laravel Pail for improved logging
- ✅ PHPUnit for testing

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

[](#requirements)

- PHP 8.2 or higher
- Composer
- Node.js 20 or higher
- Docker (for Laravel Sail)

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

[](#installation)

You can create a new project using Composer:

```
composer create-project xocdr/laravel-inertia-vue3-starter your-project-name
cd your-project-name
```

### Development Setup

[](#development-setup)

1. Copy the environment file:

```
cp .env.example .env
```

2. Start Laravel Sail:

```
./vendor/bin/sail up -d
```

3. Install PHP dependencies:

```
./vendor/bin/sail composer install
```

4. Install Node.js dependencies:

```
./vendor/bin/sail npm install
```

5. Generate application key:

```
./vendor/bin/sail artisan key:generate
```

6. Run database migrations:

```
./vendor/bin/sail artisan migrate
```

7. Start the development server:

```
./vendor/bin/sail npm run dev
```

Your application will be available at:

- Frontend (Vite):
- Backend (Laravel):

### Docker Services

[](#docker-services)

The following services are available in your development environment:

ServiceURLDescriptionLaravelMain applicationViteFrontend development server with HMRMailpitEmail testing interfaceMariaDBlocalhost:3306Database (use a DB client to connect)Redislocalhost:6379Cache/Queue (use a Redis client to connect)MinIOS3-compatible object storageMinIO ConsoleMinIO administration interface#### Database Connection Details

[](#database-connection-details)

- Host: `mariadb`
- Port: `3306`
- Database: `laravel`
- Username: `sail`
- Password: `password`

#### Redis Connection Details

[](#redis-connection-details)

- Host: `redis`
- Port: `6379`
- No password required

#### MinIO S3 Storage Details

[](#minio-s3-storage-details)

- Console URL:
- API URL:
- Access Key: `sail`
- Secret Key: `password`
- Default Bucket: `local`
- Region: `us-east-1`

The MinIO setup is automatically configured to work with Laravel's S3 filesystem driver. A default bucket named 'local' is created during installation. You can access the MinIO Console to manage your buckets and files using the credentials above.

Example usage in Laravel:

```
// Store a file
Storage::disk('s3')->put('example.txt', 'Contents');

// Get a file
$contents = Storage::disk('s3')->get('example.txt');

// Generate a temporary URL
$url = Storage::disk('s3')->temporaryUrl('example.txt', now()->addMinutes(5));
```

Development Commands
--------------------

[](#development-commands)

- Start all development servers:

```
./vendor/bin/sail composer dev
```

- Run tests:

```
./vendor/bin/sail composer test
```

- Format PHP code:

```
./vendor/bin/sail composer pint
```

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance49

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

6

Last Release

371d ago

PHP version history (2 changes)0.1.0PHP ^8.2

0.1.4PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/128468512?v=4)[Jeroen Keppens](/maintainers/jkeppens-xocdr)[@jkeppens-xocdr](https://github.com/jkeppens-xocdr)

---

Top Contributors

[![jkeppens-zenchef](https://avatars.githubusercontent.com/u/127081996?v=4)](https://github.com/jkeppens-zenchef "jkeppens-zenchef (8 commits)")

---

Tags

frameworklaraveltemplateinertiastartertailwindcssvue3

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/xocdr-laravel-inertia-vue3-starter/health.svg)

```
[![Health](https://phpackages.com/badges/xocdr-laravel-inertia-vue3-starter/health.svg)](https://phpackages.com/packages/xocdr-laravel-inertia-vue3-starter)
```

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.5k62.4M1.0k](/packages/laravel-laravel)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

UnoPim Laravel PIM

10.3k2.2k](/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.

3861.7k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

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

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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