zacksmash / summit
The skeleton application for the Laravel framework.
Package info
Type:project
pkg:composer/zacksmash/summit
dev-main
2026-08-08 20:17 UTC
Requires
- php: ^8.4
- inertiajs/inertia-laravel: ^3.3.1
- laravel/chisel: ^0.1.1
- laravel/fortify: ^1.37.3
- laravel/framework: ^13.24.0
- laravel/mcp: ^0.9.1
- laravel/octane: ^2.18.0
- laravel/passport: ^13.7.5
- laravel/tinker: ^3.0.2
- laravel/wayfinder: ^0.1.21
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.7.0
- driftingly/rector-laravel: ^2.5.0
- fakerphp/faker: ^1.24.1
- larastan/larastan: ^3.10.0
- laravel/boost: ^2.5.0
- laravel/pail: ^1.2.7
- laravel/pao: ^1.1.3
- laravel/pint: ^1.30.3
- mockery/mockery: ^1.6.12
- nunomaduro/collision: ^8.9.5
- pestphp/pest: ^5.0.3
- pestphp/pest-plugin-browser: ^5.0.0
- pestphp/pest-plugin-laravel: ^5.0.1
- projektgopher/whisky: ^0.7.4
- rector/rector: ^2.6.1
This package is auto-updated.
Last update: 2026-08-08 20:17:11 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!