chriha / laravel-starter-kit
The skeleton application for the Laravel framework.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Vue
Type:project
pkg:composer/chriha/laravel-starter-kit
Requires
- php: ^8.4
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- laravel/wayfinder: ^0.1.9
Requires (Dev)
- fakerphp/faker: ^1.23
- itsgoingd/clockwork: *
- larastan/larastan: ^3.6
- laravel/pail: ^1.2.2
- laravel/pint: ^1.18
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.1
- pestphp/pest-plugin-browser: ^4.1
- pestphp/pest-plugin-laravel: ^4.0
- pestphp/pest-plugin-type-coverage: ^4.0
- rector/rector: ^2.1
- roave/security-advisories: dev-latest
- slevomat/coding-standard: ^8.23
- squizlabs/php_codesniffer: ^4.0
This package is auto-updated.
Last update: 2025-10-09 06:42:16 UTC
README
Introduction
This Vue starter kit provides a robust, modern starting point for building Laravel applications with a Vue frontend using Inertia.
Inertia allows you to build modern, single-page Vue applications using classic server-side routing and controllers. This lets you enjoy the frontend power of Vue combined with the incredible backend productivity of Laravel and lightning-fast Vite compilation.
This Vue starter kit utilizes Vue 3 and the Composition API, TypeScript, Tailwind, and the shadcn-vue component library.
Goodies
Additionally to the base Laravel Starter Kit, this kit also adds the following packages and configurations:
- larastan/larastan
- squizlabs/php_codesniffer
- slevomat/coding-standard
- rectorphp/rector
- itsgoingd/clockwork
- Roave Security Advisories
- Strict Models
- Automatically eager load relationships
- Helper functions
- Immutable dates
- Force HTTPS in non-local environments
- Prohibit destructive commands in production
- Asset prefetching
Changes
- Model::shouldBeStrict()
app/helpers.php
for helper functions
Official Documentation
Documentation for all Laravel starter kits can be found on the Laravel website.
Contributing
Thank you for considering contributing to our starter kit! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
License
The Laravel + Vue starter kit is open-sourced software licensed under the MIT license.