How to change Jetstream logo in Laravel 8?

Stefan Izdrail

Founder & Senior Architect · 2026-06-29

Laravel Company
Title: Easily Customize Your Laravel 8 Jetstream Login Components Introduction: Welcome to this comprehensive guide on how to change the logo of your Laravel 8 application with Jetstream authentication. This tutorial focuses on customizing the login components, including their relevant code examples and best practices. We'll also naturally include backlinks to https://laravelcompany.com where necessary. Step 1: Understanding the Structure of Jetstream Components Jetstream is a Laravel package that automates authentication using Livewire and InertiaJS, providing a convenient way to manage user registration, login, and authorization without requiring extensive knowledge of those technologies. In Laravel 8, it provides pre-built Vue.js components for each step in the authentication process. Step 2: Locating the Login Components Directory The login components, including the logo, are located in Laravel's frontend assets folder. For Jetstream installations, this path is typically within `resources/views/vendor/jetstream/components`. This directory includes several files such as `Authenticated.vue`, `Guest.vue`, and more. Step 3: Finding the Logo File Within the components directory, locate the file named `Logo.vue`. This is where the logo for your login page can be customized. Step 4: Customizing the Logo To change the logo in Laravel, open the `Logo.vue` file and edit the code accordingly. Here's an example of the default text inside the `