A high-performance, full-stack business management portal and public booking platform for plumbing professionals. Built with a modern "Hard Edges" data-dense SaaS architecture using Laravel, React, Inertia.js, and Tailwind CSS.
SaferSkills independently audited plomberie-pro (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
SaaS-Ready Management Platform & Professional Showcase for plumbing services. Built with a high-fidelity "Hard Edges" design system, optimized for performance and conversion.
Plomberie Pro is more than just a website; it's a comprehensive management ecosystem for plumbing professionals. It combines a premium landing page for customer acquisition with a robust admin dashboard and client portal for operations management.
The platform is designed with a "Hard Edges" aesthetic — prioritizing clarity, high data density, and cinematic visuals.
spatie/laravel-permission, tightenco/ziggy# 1. Clone the repository
git clone https://github.com/BenTaleb-Mehdi/plomberie-pro.git
cd plomberie-pro/plomberie-app
# 2. Install dependencies
composer install
npm install
# 3. Environment Setup
cp .env.example .env
php artisan key:generate
# 4. Database Setup
# If using SQLite:
touch database/database.sqlite
php artisan migrate --seed
# 5. Build Assets & Start
npm run dev
# In another terminal:
php artisan serveplomberie-pro/
├── plomberie-app/ # Core Laravel Application
│ ├── app/ # PHP Logic (Models, Controllers, Services)
│ ├── database/ # Migrations, Seeders & Factories
│ ├── resources/
│ │ ├── js/ # React Components & Pages
│ │ └── css/ # Global Styles (Tailwind 4)
│ ├── routes/ # Web & API Routes
│ ├── tests/ # Feature & Unit Tests
│ └── vite.config.js # Build configuration
└── README.md| Command | Purpose |
|---|---|
npm run dev | Launch Vite dev server |
php artisan serve | Start Laravel local server |
php artisan migrate:refresh --seed | Reset and re-seed database |
php artisan test | Run PHPUnit test suite |
npm run build | Compile assets for production |
This project is licensed under the MIT License.
<div align="center"> <sub>Crafted with precision by <b>BenTaleb Mehdi</b></sub> </div>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.