zacksmash/summit

The skeleton application for the Laravel framework.

Maintainers

Package info

github.com/zacksmash/summit

Type:project

pkg:composer/zacksmash/summit

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-06-14 01:58 UTC

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!