jatnnik / bento
An opinionated starter kit for Laravel.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 341
Language:TypeScript
Type:project
pkg:composer/jatnnik/bento
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-01-14 14:22:03 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