Answer the question
In order to leave comments, you need to log in
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
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>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question