santosvilanculos/skeleton-inertiajs

The skeleton application for the Laravel framework and Inertia.

dev-main 2025-07-04 02:58 UTC

This package is auto-updated.

Last update: 2025-07-04 03:05:55 UTC


README

GitHub Actions Workflow Status Packagist Downloads Packagist Version GitHub License

screenshot

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.