This APP is a basic startup for a Laravel Jetstream with Team management. User has t o verify email. When the user registers, it creates it's own team.
- composer create-project laravel/laravel example
- cd example
- composer require laravel/jetstream
- php artisan jetstream:install livewire --teams
- php artisan migrate
- composer install
- npm install
- php artisan migrate
- create .env
- php artisan config:cache
- npm run dev
- Enter the APP, register, verify email.
- Ready
- .env example
- PagesController created.
- All views has x-app-layout as parent, so all views has menu visible.
- Sample guest routes: Home / Contact.
- Registered AND VERIFIED user can access Dashboard an Team configuration.
Code by Pablo Zagni - www.z-system.com.ar