PHPackages                             rosto-infinity/vilt-starter-kit-waffolele - 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. rosto-infinity/vilt-starter-kit-waffolele

ActiveProject[Framework](/categories/framework)

rosto-infinity/vilt-starter-kit-waffolele
=========================================

Starter Kit Laravel 12 + Vue 3 + Inertia + Tailwind, prêt pour Fortify, Wayfinder, Pest et CI/CD.

12VueCI passing

Since Nov 8Pushed 6mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

VILT Starter Kit Waffolele
==========================

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

Description
-----------

[](#description)

Un starter kit complet pour le développement d'applications web modernes utilisant Vue 3, Inertia.js, Laravel 12, et Tailwind CSS.

Prérequis
---------

[](#prérequis)

- PHP 8.3+
- Composer
- Node.js 20+
- NPM ou Yarn

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

[](#installation)

```
laravel new votrenomprojet --using=rosto-infinity/vilt-starter-kit-waffolele
```

### Installation des dépendances PHP

[](#installation-des-dépendances-php)

```
composer install
```

### Installation des dépendances JavaScript

[](#installation-des-dépendances-javascript)

```
npm install
# ou
yarn install
```

### Configuration de l'environnement

[](#configuration-de-lenvironnement)

```
cp .env.example .env
php artisan key:generate
```

### Configuration de la base de données

[](#configuration-de-la-base-de-données)

Modifiez le fichier `.env` avec vos paramètres de base de données, puis :

```
php artisan migrate
```

### Lancement du serveur de développement

[](#lancement-du-serveur-de-développement)

```
# Serveur Laravel
php artisan serve

# Compilation des assets
npm run dev
# ou
yarn dev
```

Scripts disponibles
-------------------

[](#scripts-disponibles)

### Tests

[](#tests)

```
# Exécuter les tests
composer test

# Tests Pest
composer pest
```

### Code Quality

[](#code-quality)

```
# Formater le code avec Pint
composer pint

# Analyse statique avec PHPStan
composer phpstan

# Nettoyage complet (formatage + analyse + tests)
composer clean
```

Technologies Principales
------------------------

[](#technologies-principales)

- **Backend**: Laravel 12
- **Frontend**: Vue 3
- **Routing**: Inertia.js
- **Styling**: Tailwind CSS
- **UI Components**: Reka UI
- **Icons**: Lucide Vue Next

Dépendances Principales
-----------------------

[](#dépendances-principales)

### PHP

[](#php)

- Laravel Framework
- Laravel Fortify
- Inertia Laravel
- Laravel Wayfinder

### JavaScript

[](#javascript)

- Vue 3
- Inertia.js
- TailwindCSS
- VueUse

Structure du Projet
-------------------

[](#structure-du-projet)

```
/app             → Logique métier Laravel
/resources       → Vues Vue et ressources
/routes          → Définitions des routes
/tests           → Tests automatisés

```

Contribution
------------

[](#contribution)

1. Forkez le projet
2. Créez votre branche de fonctionnalité (`git checkout -b feature/AmazingFeature`)
3. Commitez vos modifications (`git commit -m 'Add some AmazingFeature'`)
4. Poussez votre branche (`git push origin feature/AmazingFeature`)
5. Ouvrez une Pull Request

Licence
-------

[](#licence)

Distribué sous la licence MIT.

Auteur
------

[](#auteur)

WAFFO LELE ROSTAND - [Devinsto](https://devinsto.com/)

Ce README.md offre :

- Une vue d'ensemble du projet
- Les étapes d'installation
- Les scripts disponibles
- La structure du projet
- Les technologies utilisées
- Des instructions de contribution

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance47

Moderate activity, may be stable

Popularity4

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/84e169f5d385df839d3f455120c848c25276515a1c65b3f02b064b59499954eb?d=identicon)[rosto-infinity](/maintainers/rosto-infinity)

---

Top Contributors

[![rosto-infinity](https://avatars.githubusercontent.com/u/87706207?v=4)](https://github.com/rosto-infinity "rosto-infinity (10 commits)")

### Embed Badge

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

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

###  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)
