laravel - 如何在 Laravel 8 中更改 Jetstream Logo ?

标签 laravel laravel-8 jetstream

我安装了带有 Jetstream 身份验证的 Laravel 8。现在我想更改登录组件,特别是 Logo 。这些组件放置在哪里?

最佳答案

安装教程中有答案。
https://jetstream.laravel.com/1.x/installation.html#application-logo

php artisan vendor:publish --tag=jetstream-views
火线

Next, you should customize the SVGs located in the resources/views/vendor/jetstream/components/application-logo.blade.php, resources/views/vendor/jetstream/components/authentication-card-logo.blade.php, and resources/views/vendor/jetstream/components/application-mark.blade.php components.


惯性

Next, you should customize the SVGs located in resources/views/vendor/jetstream/components/authentication-card-logo.blade.php, resources/js/Jetstream/ApplicationLogo.vue, and resources/js/Jetstream/ApplicationMark.vue. After customizing these components, you should rebuild your assets:

关于laravel - 如何在 Laravel 8 中更改 Jetstream Logo ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64092435/

相关文章:

Laravel 密码重置电子邮件未在 Heroku 上使用 gmail 发送

php - Laravel OpenAI 客户端无法处理列表结果

php - 照明\数据库\QueryException SQLSTATE[42S22] : Column not found: 1054 Unknown column

php - 无法在 .env 上为 Laravel Sail 设置 APP_PORT

Laravel 8,顺风 CSS 初始化

css - 为什么某些 Tailwind 类在 JetStream 中不起作用?

laravel - 如何将 Spatie 的 laravel 权限与 JetStream 正确集成?

Laravel 批量分配忽略守卫

javascript - 如何在 vue.js 欢迎组件中使用 Bootstrap 而不是尾风 CSS

Laravel Eloquent 地从 json 列的值中过滤