Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 815 Bytes

File metadata and controls

31 lines (20 loc) · 815 Bytes
description env
The Sprout starter kit, Allotment, is the perfect way to get started with your multitenanted application.
local

[!CALLOUT] This page is all about a project sprout/allotment which hasn't been released yet.

Introduction

Allotment is a starter kit for sprout that provides a solid foundation for building multitenanted applications.

Installing

It can be installed in one of two ways:

Laravel Installer

If you're using the Laravel installer, you can create a new project with the Allotment starter kit by running:

laravel new my-project --using=sprout/allotment

Composer

If you're not using the Laravel installer, you can create a new project with the Allotment starter kit by running:

composer create-project sprout/allotment my-project