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.