Skip to content

jatnnik/bento

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🍱 An opinionated Laravel starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 68.6%
  • PHP 28.7%
  • CSS 1.7%
  • Other 1.0%