01 - Prepare Laravel Project
We found 16 results for "auth breeze".
Next, we need to send the invitation via email. Laravel Notification Class Let's create an Laravel Notification class for invitations
Today let's make a step-by-step tutorial on how to use a Laravel Breeze starter kit and prepare the fundamentals to separate the role-based areas: so students, teachers, and admins could have separate design layouts, menus, and routes.
Laravel has a few starter kits like Breeze and Jetstream, but they don't have roles/permissions functionality. This time, let's talk specifically about Vue Inertia versions of those starter kits: how to add the roles and permissions there?
To prevent bots from registering into your web app you can add a Captcha. In this tutorial, I will show you how to add Google reCAPTCHA to the register page in Laravel Breeze and Jetstream.
In this almost-live-coding session, I will show how to add things on top of Laravel Breeze: menu items, forms, customizing Blade components, showing a simple table, etc.
This week I shared my thoughts on Twitter about Blade Components and that they are not that readable, in my opinion. After exchanging opinions with other Twitter users, I decided to practically test what's the difference of with/without components. So, two demos for you!
A quick introduction of how Inertia.js works in Laravel, looking at the example of the Laravel Breeze starter kit.
A mail driver to quickly preview mail
I'm answering a question from Youtube, showing how to implement Recaptcha as a custom validation rule in Jetstream or Breeze.
This week Taylor Otwell released a special sub-version of the Laravel Breeze starter kit, for API-only projects, with an example based on the Next.js framework. Let's take a look at what's inside.
A demo project on how to use spatie/laravel-permission with Vue Inertia and Laravel Breeze.
A quick refactoring of Laravel Breeze structure in a way how I would personally prefer.
In default Laravel, there's one constant responsible for the redirection of logged-in users. How is it used in Breeze?
Laravel Breeze comes with Auth email templates, but what if you want to customize them? In this tutorial, we will add the user's name to the reset password email, which isn't shown by default.
Laravel Breeze starter kit registers users and log them in automatically, redirecting to the dashboard. But what if you want the person to log in manually, putting their email and password again after registration?