zacksmash / summit
The skeleton application for the Laravel framework.
Package info
Type:project
pkg:composer/zacksmash/summit
dev-main
2026-06-26 22:22 UTC
Requires
- php: ^8.3
- inertiajs/inertia-laravel: ^3.1
- laravel/chisel: ^0.1.1
- laravel/fortify: ^1.37.2
- laravel/framework: ^13.16.1
- laravel/mcp: ^0.8.1
- laravel/octane: ^2.17.5
- laravel/passport: ^13.7.5
- laravel/tinker: ^3.0.2
- laravel/wayfinder: ^0.1.20
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.7
- driftingly/rector-laravel: ^2.5
- fakerphp/faker: ^1.24.1
- larastan/larastan: ^3.10
- laravel/boost: ^2.4.10
- laravel/pail: ^1.2.7
- laravel/pao: ^1.1.1
- laravel/pint: ^1.29.3
- mockery/mockery: ^1.6.12
- nunomaduro/collision: ^8.9.4
- pestphp/pest: ^4.7.3
- pestphp/pest-plugin-browser: ^4.3.1
- pestphp/pest-plugin-laravel: ^4.1
- projektgopher/whisky: ^0.7.4
- rector/rector: ^2.4.6
This package is auto-updated.
Last update: 2026-07-03 03:33:51 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!