This repository was archived by the owner on Mar 16, 2024. It is now read-only.
File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
return [
6
+ 'header ' => [
7
+ 'links ' => [
8
+ 'https://laravel.com/ ' => 'Laravel ' ,
9
+ 'https://laravel-idea.com ' => 'Laravel IDEA ' ,
10
+ 'https://sleepingowladmin.ru/ ' => 'SleepingOwl ' ,
11
+ 'https://orchid.software/ru/ ' => 'Orchid ' ,
12
+ 'https://t.me/laravelrus ' => 'Telegram ' ,
13
+ 'https://vk.com/laravel_rus ' => 'VK ' ,
14
+ 'https://discord.gg/c8gJfed ' => 'Discord ' ,
15
+ 'https://github.com/LaravelRUS ' => 'GitHub ' ,
16
+ ]
17
+ ],
6
18
'footer ' => [
7
19
'nav ' => [
8
20
'Русскоязычное комьюнити ' => [
25
37
],
26
38
],
27
39
'menu ' => [
28
- //'#' => 'О сайте',
29
40
'https://github.com/LaravelRUS/chat ' => 'Правила ' ,
30
41
'https://github.com/LaravelRUS/laravel.su ' => 'Исходники ' ,
42
+ 'https://laravel-rus.sentry.io/ ' => 'Sentry ' ,
31
43
'https://vk.com/laravel_rus?w=app5727453_-53758340 ' => 'Помощь проекту ' ,
32
44
],
33
45
],
Original file line number Diff line number Diff line change 1
1
<header class =" header" >
2
2
<section class =" extras" >
3
3
<nav class =" container extras-items" >
4
- <a href =" https://laravel.com/" target =" _blank" rel =" nofollow" >Laravel</a >
5
- <a href =" https://laravel-idea.com" target =" _blank" rel =" nofollow" >Laravel IDEA</a >
6
- <a href =" https://sleepingowladmin.ru/" target =" _blank" rel =" nofollow" >SleepingOwl</a >
7
- <a href =" https://orchid.software/ru/" target =" _blank" rel =" nofollow" >Orchid</a >
8
- <a href =" https://vk.com/laravel_rus" target =" _blank" rel =" nofollow" >Сообщество</a >
9
- <a href =" https://discord.gg/c8gJfed" target =" _blank" rel =" nofollow" >Discord</a >
10
- <a href =" https://t.me/laravelrus" target =" _blank" rel =" nofollow" >Telegram</a >
11
- <a href =" https://github.com/LaravelRUS" target =" _blank" rel =" nofollow" >GitHub</a >
4
+ @foreach (config (' menu.header.links' ) as $uri => $title )
5
+ <a href =" {{ $uri } }" target =" _blank" rel =" nofollow" >@lang ($title )</a >
6
+ @endforeach
12
7
</nav >
13
8
</section >
14
9
You can’t perform that action at this time.
0 commit comments