jatnnik/bento

An opinionated starter kit for Laravel.

Maintainers

Details

github.com/jatnnik/bento

Source

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 341

Language:TypeScript

Type:project

pkg:composer/jatnnik/bento

dev-main 2025-06-14 13:10 UTC

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 Pint
    • test:lint – Runs Pint in test mode
    • test:types – Runs PHPStan
    • test:pest – Runs tests with Pest
    • test – Runs all previous test:* commands

Usage

Run this command to initialize a new Laravel project using this starter kit:

laravel new my-app --using=jatnnik/bento