One line boilerplate for Laravel SaaS project

Published 09 September 2020 06:32 (1-minute read)

Want to know how to set up a Laravel SaaS boilerplate with one command?

Thanks, Mads Moller for this quick tip!

A project using Livewire:

laravel new saas --jet --teams --stack=livewire

A project using Inertia

laravel new saas --jet --teams --stack=inertia

You need to use the Laravel installer and have at least version 4.0.

Robin Dirksen
Robin Dirksen

Follow me on Twitter, there I post web-related content, tips/tricks, and other interesting things.

On my blog, you can find articles that I've found useful or wanted to share with anyone else.

If you want to know more about this article or just want to talk to me, don't hesitate to reach out.

Legal