Skip to main content

Search Results for "Laravel Jetstream"

We found 17 results for "Laravel Jetstream".

Video Free

Laravel Jetstream: Add CRUD with User Roles

Almost live-coding video, on how to add your own features into Jetstream-powered Laravel installation. The goal is to show you that Jetstream isn't that scary or opinionated, after installing you may proceed coding "the old Laravel way".

Tutorial Free

Auth: login with username instead of email

Laravel comes with out-of-the-box authorization mechanism which is incredibly easy to use. But it depends on several pre-defined things, one of the main ones - DB table **users** structure and login with **email** field. What if you want to have **username** to identify a user?

Tutorial Free

Laravel Jetstream: Redirect After Login

If you use Laravel Jetstream, you may want to customize where login form redirects to, after submission. For example, what if you want to redirect to different dashboards or URLs, depending on user's role?

Tutorial Free

How to Install JetStream in Laravel 12

With Laravel 12, creating a new project doesn't show the option to install the JetStream starter kit, which you may want to use for features like 2FA or Teams that new kits don't have (yet). However, Jetstream is compatible with Laravel 12. Here's how to install it.