K
K
Karpkarp2020-02-10 22:14:21
Laravel
Karpkarp, 2020-02-10 22:14:21

How to change logo in Laravel?

A bit of an idiotic situation, but damn...

In the Laravel template on the left in the corner there is a logo, the Laravel text, you need to change it to your own and change the title
5e41a9168530e592759626.png

It would seem that you need to go to the app.blade template and change the inscription in two places, in the title and here
<title>{{ config('app.name', 'Laravel') }}</title>

<a class="navbar-brand" href="{{ url('/') }}">
                    {{ config('app.name', 'Laravel') }}
                </a>

I change, in the end nothing changes, I don’t even know ... There are only 5 templates in auth and all are connected to the app.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2020-02-10
@Karpkarp

add/change APP_NAME in .env
and where did you see the logo?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question