Table of Contents
Video
[youtube ti-KXAvrHvo 423 752]
About the Talk
Laravel Jetstream is an application starter kit for Laravel and lets us build Laravel apps quickly. We get authentication, API, and more out of the box.
Let's explore Jetstream and see if we should use it for our next apps.
What You'll Learn
- How to use Laravel Jetstream
- Why use Laravel Jetstream
This Talk Is Designed For
Laravel developers that want to build apps quickly.
Prerequisites
Knowledge of Laravel.
Resources
Getting Started With Laravel and Inertia.js [Tech Talk]
Laravel Spark, recurring billing solution for Laravel app starter kits
About Laravel Jetstream
Laravel Jetstream is a beautifully designed application starter kit for Laravel and provides the perfect starting point for your next Laravel application. Jetstream provides the implementation for your application's login, registration, email verification, two-factor authentication, session management, API via Laravel Sanctum, and optional team management features.
Jetstream is designed using Tailwind CSS and offers your choice of Livewire or Inertia scaffolding.