PHPackages                             keteraf/vilt-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. keteraf/vilt-starter-kit

ActiveProject[Framework](/categories/framework)

keteraf/vilt-starter-kit
========================

My own starter kit based on VILT stack.

v1.2.0-stable(6mo ago)14MITPHPPHP ^8.4

Since Jun 27Pushed 6mo agoCompare

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

READMEChangelog (9)Dependencies (19)Versions (10)Used By (0)

🚀 Keteraf VILT Starter Kit
==========================

[](#-keteraf-vilt-starter-kit)

An enriched laravel starter kit based on the VILT stack (Vue, Inertia, Laravel, Tailwind CSS).

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

[](#-features)

- **Laravel 12** - The latest version of the popular PHP framework
- **Vue 3** - The progressive JavaScript framework with Composition API
- **Inertia.js** - The modern approach to building server-driven single-page apps
- **Tailwind CSS 4** - Utility-first CSS framework for rapid UI development
- **Pest PHP** - An elegant PHP testing framework with a focus on simplicity
- **Pint** - An opinionated PHP code style fixer for Laravel
- **PHPStan** - PHP Static Analysis Tool for finding errors in your code
- **Laravel MCP** - A simple and elegant way for AI clients to interact with your Laravel application
- **Rector** - Instant upgrades and automated refactoring of your PHP code
- **ESLint &amp; Prettier** - Keep your code clean and consistent

🚦 Requirements
--------------

[](#-requirements)

- PHP 8.4 or higher
- Composer
- Node.js (v18+) and npm

🛠️ Installation
---------------

[](#️-installation)

```
# Create a new Laravel application using this starter kit
laravel new my-app --using=keteraf/vilt-starter-kit

# Navigate to the project directory
cd my-app
```

All dependencies will be automatically installed and assets will be built during the installation process.

🏃‍♂️ Development
----------------

[](#‍️-development)

```
# Start the development server with hot-reloading
composer dev

# Or with SSR (Server-Side Rendering)
composer dev:ssr
```

🧪 Testing
---------

[](#-testing)

```
# Run all tests
composer test

# Run specific test types
composer test:refactor  # Check code refactoring
composer test:lint      # Check code style
composer test:types     # Check PHP types
composer test:unit      # Run unit tests

# Frontend tests
npm run test:lint       # Check frontend code style
npm run test:types      # Check TypeScript types
```

🧹 Code Quality
--------------

[](#-code-quality)

```
# Fix PHP code style
composer lint

# Refactor PHP code
composer refactor

# Fix JavaScript/Vue code style
npm run lint
```

📦 Building for Production
-------------------------

[](#-building-for-production)

```
# Build frontend assets
npm run build

# Or with SSR
npm run build:ssr
```

🏗️ Project Structure
--------------------

[](#️-project-structure)

The starter kit follows the standard Laravel project structure with some additional conventions:

- `app/Actions` - For business logic using the Actions pattern
- `app/Http/Controllers` - For handling HTTP requests
- `app/Http/Requests` - For form validation using FormRequest
- `app/Models` - For database models
- `resources/js` - For Vue components and frontend code
- `tests` - For Pest PHP tests

📝 Coding Standards
------------------

[](#-coding-standards)

This starter kit enforces strict coding standards:

- PHP 8.4+ features
- Strict types and array shapes via PHPStan
- Pint for PHP code style
- ESLint and Prettier for JavaScript/Vue code style

📄 License
---------

[](#-license)

This starter kit is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance72

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

8

Last Release

190d ago

Major Versions

v0.1.5-beta → v1.0.0-stable2025-08-08

PHP version history (2 changes)v0.1.0-betaPHP ^8.2

v0.1.2-betaPHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/169f41397501ea28cedb798aedea94758cdec710a77b78e0261ec8b48eeb97c0?d=identicon)[Keteraf](/maintainers/Keteraf)

---

Top Contributors

[![keteraf](https://avatars.githubusercontent.com/u/3389643?v=4)](https://github.com/keteraf "keteraf (19 commits)")

---

Tags

frameworklaraveltoolsstarter-kitvilt

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/keteraf-vilt-starter-kit/health.svg)

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

###  Alternatives

[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.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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