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
Run this command to initialize a new Laravel project using this starter kit:
laravel new my-app --using=jatnnik/bento