zacksmash / summit
The skeleton application for the Laravel framework.
dev-main
2026-06-14 01:58 UTC
Requires
- php: ^8.3
- inertiajs/inertia-laravel: ^3.0
- laravel/chisel: ^0.1.0
- laravel/fortify: ^1.37.2
- laravel/framework: ^13.7
- laravel/mcp: ^0.8.1
- laravel/octane: ^2.17
- laravel/passport: ^13.0
- laravel/tinker: ^3.0
- laravel/wayfinder: ^0.1.14
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.7
- driftingly/rector-laravel: ^2.5
- fakerphp/faker: ^1.24
- larastan/larastan: ^3.9
- laravel/boost: ^2.2
- laravel/pail: ^1.2.5
- laravel/pao: ^1.0.6
- laravel/pint: ^1.27
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.9.3
- pestphp/pest: ^4.7
- pestphp/pest-plugin-browser: ^4.3
- pestphp/pest-plugin-laravel: ^4.1
- projektgopher/whisky: ^0.7.4
- rector/rector: ^2.4
This package is auto-updated.
Last update: 2026-06-14 01:58:19 UTC
README
Getting started with Summit is super easy. Just start a new Laravel project, and use the Summit repo as your starter kit
laravel new my-project --using=zacksmash/summit
Then, cd into my-project and run
composer setup
Now, you're all setup with Laravel Octane over HTTPS! Just run composer dev for local development and happy coding!