Lravel Jetstream

Starting from Laravel 8

Laravel implemented scaffolding system – Jetstream

composer require laravel/jetstream

There are two approaches:

1 – Install Jetstream With Livewire

php artisan jetstream:install livewire

php artisan jetstream:install livewire --teams

2 – Install Jetstream With Inertia

php artisan jetstream:install inertia

php artisan jetstream:install inertia --teams

 

URL to the Documentation

Was this article helpful?

Related Articles

Leave A Comment?