jatnnik / bento
An opinionated starter kit for Laravel.
dev-main
2025-06-14 13:10 UTC
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- tightenco/ziggy: ^2.4
Requires (Dev)
- fakerphp/faker: ^1.23
- larastan/larastan: ^3.0
- laravel/pail: ^1.2.2
- laravel/pint: ^1.18
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^3.7
This package is auto-updated.
Last update: 2026-04-14 14:49:05 UTC
README
bento
Bento is an opinionated Laravel Starter Kit, based on the official React Starter Kit.
It comes with the following customizations:
- Sensible defaults in
AppServiceProvider.php - Custom Pint config
- PHPStan
- Custom Composer scripts:
lint– Runs Pinttest:lint– Runs Pint in test modetest:types– Runs PHPStantest:pest– Runs tests with Pesttest– Runs all previoustest:*commands
Usage
Run this command to initialize a new Laravel project using this starter kit:
laravel new my-app --using=jatnnik/bento