santosvilanculos / skeleton-inertiajs
The skeleton application for the Laravel framework and Inertia.
Installs: 0
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.16
- laravel/scout: ^10.15
- laravel/tinker: ^2.10
- opcodesio/log-viewer: ^3.17
- propaganistas/laravel-phone: ^6.0
- tightenco/ziggy: ^2.5
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.15
- barryvdh/laravel-ide-helper: ^3.5
- fakerphp/faker: ^1.24
- laradumps/laradumps: ^4.2
- larastan/larastan: ^3.4
- laravel/pail: ^1.2
- laravel/pint: ^1.22
- laravel/sail: ^1.43
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.8
- pestphp/pest: ^3.8
- pestphp/pest-plugin-laravel: ^3.2
- pestphp/pest-plugin-type-coverage: ^3.5
- phpstan/phpstan: ^2.1
- rector/rector: ^2.0
This package is auto-updated.
Last update: 2025-07-04 03:05:55 UTC
README
The skeleton application for the Laravel framework and Inertia.
Installation
laravel new --using=santosvilanculos/skeleton-inertiajs
Features
- Frontend: React & TypeScript for a modern, type-safe UI.
- Styling: TailwindCSS for a utility-first CSS framework.
- HTTP Requests: Axios for promise-based HTTP client.
- Validation: Zod for TypeScript-first schema validation.
- Development: IDE Helper, Debugbar, Laradumps and React Scan for an enhanced DX.
- Code Quality: Prettier, Rector, PHPStan, and ESLint for consistent, high-quality code.
- Testing: Faker.js for generating realistic test data.
- Logging: Web-based log viewer for easy log management.
- Localization: English (en) and Portuguese (pt_PT) translations included.
- Typography: Inter font for a clean and readable UI.
- Environment: Automatic environment variable parsing and validation.