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 7mo 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 today

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

17

—

LowBetter than 6% of packages

Maintenance43

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://avatars.githubusercontent.com/u/87706207?v=4)[WAFFO LELE ROSTAND](/maintainers/rosto-infinity)[@rosto-infinity](https://github.com/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/dusk

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

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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