santosvilanculos / skeleton-inertiajs
The skeleton application for the Laravel framework and Inertia.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- intervention/image: ^3.11
- laravel/framework: ^12.21
- laravel/scout: ^10.17
- laravel/tinker: ^2.10
- opcodesio/log-viewer: ^3.17
- propaganistas/laravel-phone: ^6.0
- tightenco/ziggy: ^2.5
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.16
- barryvdh/laravel-ide-helper: ^3.6
- fakerphp/faker: ^1.24
- laradumps/laradumps: ^4.2
- larastan/larastan: ^3.6
- laravel/pail: ^1.2
- laravel/pint: ^1.24
- laravel/sail: ^1.44
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.8
- pestphp/pest: ^3.8
- pestphp/pest-plugin-laravel: ^3.2
- pestphp/pest-plugin-type-coverage: ^3.6
- phpstan/phpstan: ^2.1
- rector/rector: ^2.1
This package is auto-updated.
Last update: 2025-07-31 22:11:28 UTC
README
A skeleton application for Laravel and Inertia.js with React and TypeScript.
Installation
laravel new --using=santosvilanculos/skeleton-inertiajs
Features
- Modern Frontend: React and TypeScript for robust UIs, styled with TailwindCSS. Axios handles HTTP requests, while Zod ensures type-safe schema validation. Includes Ziggy for seamless Laravel route usage in JavaScript.
- Enhanced Developer Experience: Features IDE Helper, Debugbar, Laradumps, and React Scan for streamlined development and debugging.
- Code Quality & Standards: Enforces high code quality with Prettier, Rector, PHPStan, and ESLint.
- Simplified Testing: Integrates Faker.js for generating realistic test data.
- Convenient Utilities: Provides a web-based log viewer, supports English (en) and Portuguese (pt_PT) localization, uses the Inter font for typography, and offers automatic environment variable parsing and validation.