CDS Boilerplate System
A starter kit that already knows what a page is.
Laravel 13, React 19 and Inertia v3 with role-based access control, module-driven navigation, and a component and template layer covering every common page type. Start from a working system rather than a blank one.
What you get on day one
The plumbing every internal tool and B2B backend re-implements, already built and tested.
Getting started
Three commands from a clean clone to a running system.
Install
composer setupDependencies, .env, app key, migrations and a first asset build.
Seed
php artisan db:seedModule groups, modules, roles and their permissions.
Run
composer devThe web server, the queue worker and Vite together.