Revize ab1bb0fc
Přidáno uživatelem Adam Mištera před téměř 5 roky(ů)
resources/views/layouts/master.blade.php | ||
---|---|---|
6 | 6 |
|
7 | 7 |
<title>{{ config('app.name', 'Dev') }} - @yield('title')</title> |
8 | 8 |
|
9 |
<!-- Fonts --> |
|
10 |
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet"> |
|
11 |
|
|
12 |
<!-- Bootstrap --> |
|
13 |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> |
|
9 |
<!-- CSS styles --> |
|
10 |
<link href="{{ asset('css/app.css') }}" rel="stylesheet" type="text/css"> |
|
14 | 11 |
</head> |
15 | 12 |
<body> |
16 | 13 |
<nav aria-label="breadcrumb"> |
Také k dispozici: Unified diff
Issue #7694 @1h
[+] Přidání Bootstrapu pomocí laravel/ui, zprovoznění kompilace sass souborů
[+] Úprava readme