PHPackages                             rasmusgodske/laravel-sail-vue-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. [Framework](/categories/framework)
4. /
5. rasmusgodske/laravel-sail-vue-starterkit

ActiveProject[Framework](/categories/framework)

rasmusgodske/laravel-sail-vue-starterkit
========================================

Starter kit for Laravel Sail with Vue 3, Inertia.js, and Tailwind CSS

017PHPCI passing

Since Nov 1Pushed 6mo agoCompare

[ Source](https://github.com/RasmusGodske/laravel-sail-vue-starterkit)[ Packagist](https://packagist.org/packages/rasmusgodske/laravel-sail-vue-starterkit)[ RSS](/packages/rasmusgodske-laravel-sail-vue-starterkit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Boilerplate
===================

[](#laravel-boilerplate)

This is a boilerplate that sets up a Laravel Project with Vue 3, InertiaJs, Tailwind CSS, Laravel Sail and Devcontainer.

It is designed to be used with the [Laravel CLI tool](https://laravel.com/docs/10.x/installation#installing-the-laravel-cli-tool).

Features
========

[](#features)

- **Vue 3**: Modern JavaScript framework for building user interfaces.
- **Inertia.js**: Allows you to create single-page apps using classic server-side routing
- **Tailwind CSS**: Utility-first CSS framework for rapid UI development.
- **Laravel Sail**: Provides a Docker development environment for Laravel applications.
- **Devcontainer**: Pre-configured development environment for Visual Studio Code.
- **TypeScript**: Static type checking for JavaScript, enhancing code quality and maintainability.
- **Code Quality Tools**: Includes Pint for PHP formatting and Husky for Git hooks.
- **IDE Enhancements**: Laravel IDE Helper for autocompletion and better developer experience.
- **Debugging Tools**: Laravel Debugbar for visualizing queries, routes, and performance metrics.
- **Type Inertia Shared Data**: Implements type-safe shared data for Inertia.js, ensuring better type safety and autocompletion in Vue components.
- **Development Workflow**: Composer scripts for common tasks to streamline development processes.

Getting Started
===============

[](#getting-started)

The easiest way to create a new project using this boilerplate is to use the Official Laravel CLI tool `laravel/installer`.

Method 1: Installing the Laravel CLI tool globally in your system
-----------------------------------------------------------------

[](#method-1-installing-the-laravel-cli-tool-globally-in-your-system)

This method requires you to have the Laravel CLI tool installed globally on your system.

Requires:

- PHP
- Composer

To install the Laravel CLI tool globally, run the following command:

```
composer global require laravel/installer
```

Once you have the Laravel CLI tool installed, you can create a new project using the following command:

```
APP_NAME=new-app

laravel new $APP_NAME --using=rasmusgodske/laravel-sail-vue-starterkit
```

Method 2: Using Laravel Cli tool docker wrapper
-----------------------------------------------

[](#method-2-using-laravel-cli-tool-docker-wrapper)

If you prefer not to install the Laravel CLI tool globally, you can use the [docker-laravel-cli](https://github.com/RasmusGodske/docker-laravel-cli) which provides a Docker wrapper for the Laravel CLI tool. This allows you to run the Laravel CLI commands without installing it globally on your system.

```
APP_NAME=new-app

docker run -it --rm -v $(pwd):/workspace -e USER_ID=$(id -u) -e GROUP_ID=$(id -g) godske/docker-laravel-cli:latest laravel new $APP_NAME --using=rasmusgodske/laravel-sail-vue-starterkit
```

Starter Kit Documentation
-------------------------

[](#starter-kit-documentation)

For detailed documentation on how this specific starter kit is set up, please refer to the [Setup Guide](Docs/StarterKit/Setup.md).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance47

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![RasmusGodske](https://avatars.githubusercontent.com/u/8774823?v=4)](https://github.com/RasmusGodske "RasmusGodske (15 commits)")

### Embed Badge

![Health badge](/badges/rasmusgodske-laravel-sail-vue-starterkit/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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