Laravel Jetstream Teams APP

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.

Steps to create it

  • composer create-project laravel/laravel example
  • cd example
  • composer require laravel/jetstream
  • php artisan jetstream:install livewire --teams
  • php artisan migrate

You should...

  • composer install
  • npm install
  • php artisan migrate
  • create .env
  • php artisan config:cache
  • npm run dev
  • Enter the APP, register, verify email.
  • Ready

Commit 1 - Standard views

  • .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