j4kim / laravel-vue-starter
Fork of laravel/laravel with personal defaults
Package info
github.com/j4kim/laravel-vue-starter
Type:project
pkg:composer/j4kim/laravel-vue-starter
dev-base
2026-01-21 14:39 UTC
Requires
- php: ^8.2
- filament/filament: ^4.0
- laravel/framework: ^12.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10.1
- tightenco/ziggy: ^2.6
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
This package is auto-updated.
Last update: 2026-02-21 14:48:24 UTC
README
A fork of Laravel, prepared as I like to use it:
- Configuration defaults
- Remove Pail in
composer run dev - A mechanism to log SQL queries
- Don't wrap JsonResources
- Unguard all models
- Add version in
config('app.version') - A vue SPA for front-end, using Laravel as an API
- Ziggy to share routes
- A Filament admin panel (on branch
filament) - Sanctum authentication
- Webcron handler
Install
composer create-project j4kim/laravel-vue-starter:dev-base {project-name}
Or, to use Filament:
composer create-project j4kim/laravel-vue-starter:dev-filament {project-name}
Setup
composer run setup
Run
composer run dev