nhedger / skeleton
The skeleton application for the Laravel framework.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
Type:project
pkg:composer/nhedger/skeleton
Requires
- php: >=8.4
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- laravel/wayfinder: ^0.1.12
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^12.0.0
This package is auto-updated.
Last update: 2025-11-03 21:30:45 UTC
README
Skeleton is an opinionated starter kit for building Laravel applications with Inertia, Vue, and Tailwind CSS. I don't expect this be useful to everyone, as it maps closely to my personal preferences, but I hope it can serve as a good starting point for some.
Creating a new project
To create a new project using this skeleton, run the following command:
laravel new --using nhedger/skeleton my-project
License
Skeleton is licensed under the MIT License.