Revize df15f2e5
Přidáno uživatelem Marek Lovčí před téměř 5 roky(ů)
composer.json | ||
---|---|---|
14 | 14 |
"guzzlehttp/guzzle": "^6.3", |
15 | 15 |
"laravel/framework": "^7.0", |
16 | 16 |
"laravel/tinker": "^2.0", |
17 |
"laravel/ui": "^2.0" |
|
17 |
"laravel/ui": "^2.0", |
|
18 |
"spatie/laravel-cookie-consent": "^2.12" |
|
18 | 19 |
}, |
19 | 20 |
"require-dev": { |
20 | 21 |
"facade/ignition": "^2.0", |
composer.lock | ||
---|---|---|
4 | 4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | 5 |
"This file is @generated automatically" |
6 | 6 |
], |
7 |
"content-hash": "f0dcbdc80776ca79d6311b8f92c5a4b5",
|
|
7 |
"content-hash": "f58cabd0613b5fb1c84929018285ce2e",
|
|
8 | 8 |
"packages": [ |
9 | 9 |
{ |
10 | 10 |
"name": "asm89/stack-cors", |
... | ... | |
1966 | 1966 |
], |
1967 | 1967 |
"time": "2020-02-21T04:36:14+00:00" |
1968 | 1968 |
}, |
1969 |
{ |
|
1970 |
"name": "spatie/laravel-cookie-consent", |
|
1971 |
"version": "2.12.4", |
|
1972 |
"source": { |
|
1973 |
"type": "git", |
|
1974 |
"url": "https://github.com/spatie/laravel-cookie-consent.git", |
|
1975 |
"reference": "e455e6b45c68464ab8aad585ed51d1a098f967e4" |
|
1976 |
}, |
|
1977 |
"dist": { |
|
1978 |
"type": "zip", |
|
1979 |
"url": "https://api.github.com/repos/spatie/laravel-cookie-consent/zipball/e455e6b45c68464ab8aad585ed51d1a098f967e4", |
|
1980 |
"reference": "e455e6b45c68464ab8aad585ed51d1a098f967e4", |
|
1981 |
"shasum": "" |
|
1982 |
}, |
|
1983 |
"require": { |
|
1984 |
"illuminate/cookie": "~5.8.0|^6.0|^7.0", |
|
1985 |
"illuminate/support": "~5.8.0|^6.0|^7.0", |
|
1986 |
"illuminate/view": "~5.8.0|^6.0|^7.0", |
|
1987 |
"php": "^7.2" |
|
1988 |
}, |
|
1989 |
"require-dev": { |
|
1990 |
"fzaninotto/faker": "~1.4", |
|
1991 |
"orchestra/testbench": "~3.8.0|^4.0|^5.0" |
|
1992 |
}, |
|
1993 |
"type": "library", |
|
1994 |
"extra": { |
|
1995 |
"laravel": { |
|
1996 |
"providers": [ |
|
1997 |
"Spatie\\CookieConsent\\CookieConsentServiceProvider" |
|
1998 |
] |
|
1999 |
} |
|
2000 |
}, |
|
2001 |
"autoload": { |
|
2002 |
"psr-4": { |
|
2003 |
"Spatie\\CookieConsent\\": "src" |
|
2004 |
} |
|
2005 |
}, |
|
2006 |
"notification-url": "https://packagist.org/downloads/", |
|
2007 |
"license": [ |
|
2008 |
"MIT" |
|
2009 |
], |
|
2010 |
"authors": [ |
|
2011 |
{ |
|
2012 |
"name": "Freek Van der Herten", |
|
2013 |
"email": "freek@spatie.be", |
|
2014 |
"homepage": "https://spatie.be", |
|
2015 |
"role": "Developer" |
|
2016 |
}, |
|
2017 |
{ |
|
2018 |
"name": "Willem Van Bockstal", |
|
2019 |
"email": "willem@spatie.be", |
|
2020 |
"homepage": "https://spatie.be", |
|
2021 |
"role": "Developer" |
|
2022 |
} |
|
2023 |
], |
|
2024 |
"description": "Make your Laravel app comply with the crazy EU cookie law", |
|
2025 |
"homepage": "https://github.com/spatie/cookie-consent", |
|
2026 |
"keywords": [ |
|
2027 |
"comply", |
|
2028 |
"cookie", |
|
2029 |
"cookie-consent", |
|
2030 |
"eu", |
|
2031 |
"law", |
|
2032 |
"spatie" |
|
2033 |
], |
|
2034 |
"time": "2020-05-14T16:57:04+00:00" |
|
2035 |
}, |
|
1969 | 2036 |
{ |
1970 | 2037 |
"name": "swiftmailer/swiftmailer", |
1971 | 2038 |
"version": "v6.2.3", |
... | ... | |
5506 | 5573 |
"platform": { |
5507 | 5574 |
"php": "^7.2.5" |
5508 | 5575 |
}, |
5509 |
"platform-dev": [], |
|
5510 |
"plugin-api-version": "1.1.0" |
|
5576 |
"platform-dev": [] |
|
5511 | 5577 |
} |
resources/lang/vendor/cookieConsent/cs/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Tato stránka používá cookies na vylepšení vašeho uživatelského zážitku.', |
|
5 |
'agree' => 'Souhlasím', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/da/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Din oplevelse på dette websted vil blive forbedret ved at tillade cookies.', |
|
5 |
'agree' => 'Tillad cookies', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/de/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Diese Seite verwendet Cookies um das Nutzererlebnis zu steigern.', |
|
5 |
'agree' => 'Akzeptieren', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/el/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Η ιστοσελίδα μας χρησιμοποιεί cookies για να βελτιώσει την εμπειρία περιήγησής σας.', |
|
5 |
'agree' => 'Αποδοχή', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/en/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Your experience on this site will be improved by allowing cookies.', |
|
5 |
'agree' => 'Allow cookies', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/eo/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Tiu ĉi retejo uzas kuketojn por plibonigi vian sperton.', |
|
5 |
'agree' => 'Akcepti kuketojn', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/es/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Su experiencia en este sitio será mejorada con el uso de cookies.', |
|
5 |
'agree' => 'Aceptar', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/et/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Sellel veebilehel on kasutusel cookies-failid teie kasutajaliidese parandamiseks.', |
|
5 |
'agree' => 'Sain aru', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/fr/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => "Ce site nécessite l'autorisation de cookies pour fonctionner correctement.", |
|
5 |
'agree' => 'Accepter', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/hu/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'A megfelelő élmény biztosításához sütikre van szükség.', |
|
5 |
'agree' => 'Sütik engedélyezése', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/it/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Questo sito utilizza i cookies per offrire un\'esperienza migliore all\'utente.', |
|
5 |
'agree' => 'Consenti i cookies', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/kr/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => '보다 나은 사용자 경험을 위해 쿠키를 허용해 주십시요.', |
|
5 |
'agree' => '쿠키 허용', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/nb/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Vi bruker informasjonskapsler (cookies) som lagres i nettleseren din når du besøker nettsiden vår. Ved å fortsette å besøke nettsiden vår eller bruke tjenestene våre, godtar du at vi bruker informasjonskapsler.', |
|
5 |
'agree' => 'Jeg forstår', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/nl/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Uw ervaring op deze site wordt verbeterd door het gebruik van cookies.', |
|
5 |
'agree' => 'Sta cookies toe', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/pl/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Twoje doświadczenia na tej witrynie będą lepsze dzięki cookies.', |
|
5 |
'agree' => 'Zezwalaj na cookie', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/pt/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Este site utiliza cookies. Ao navegar no site estará a consentir a sua utilização.', |
|
5 |
'agree' => 'Aceitar', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/ro/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Experiența ta pe acest site va fi îmbunătățită dacă acceptați folosirea de cookie-uri.', |
|
5 |
'agree' => 'Acceptă cookie', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/ru/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'На этом сайте используются файлы cookies для улучшения вашего пользовательского интерфейса.', |
|
5 |
'agree' => 'Разрешить', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/sk/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Táto stránka používa cookies na vylepšenie vášho užívateľského zážitku.', |
|
5 |
'agree' => 'Súhlasím', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/sv/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Vi använder kakor (cookies) för att webbplatsen ska fungera på ett bra sätt för dig. Genom att surfa vidare godkänner du att vi använder kakor.', |
|
5 |
'agree' => 'Jag förstår', |
|
6 |
]; |
resources/lang/vendor/cookieConsent/tr/texts.php | ||
---|---|---|
1 |
<?php |
|
2 |
|
|
3 |
return [ |
|
4 |
'message' => 'Bu sitedeki deneyiminizi çerezlere izin vererek geliştirebilirsiniz.', |
|
5 |
'agree' => 'Çerezlere izin ver', |
|
6 |
]; |
resources/sass/_custom.scss | ||
---|---|---|
916 | 916 |
margin-bottom: 3rem; |
917 | 917 |
} |
918 | 918 |
|
919 |
.js-cookie-consent { |
|
920 |
position: fixed; |
|
921 |
z-index: 9999; |
|
922 |
text-align: center; |
|
923 |
width: 100%; |
|
924 |
bottom: 0px; |
|
925 |
padding: 10px; |
|
926 |
background: $theme-color-four; |
|
927 |
} |
|
928 |
|
|
929 |
.js-cookie-consent-agree { |
|
930 |
font-size: 8pt; |
|
931 |
background-color: $theme-color-five; |
|
932 |
color: $theme-color-one; |
|
933 |
border: 0.5pt solid $theme-color-one; |
|
934 |
border-radius: 0; |
|
935 |
padding: 0.5rem 2rem; |
|
936 |
font-weight: $font-weight-one; |
|
937 |
|
|
938 |
&:active, &:focus, &:visited, &:hover { |
|
939 |
outline: none; |
|
940 |
box-shadow: none; |
|
941 |
color: $theme-color-one; |
|
942 |
} |
|
943 |
|
|
944 |
&:hover { |
|
945 |
color: $theme-color-four; |
|
946 |
} |
|
947 |
} |
|
948 |
|
|
949 |
.cookie-consent__message { |
|
950 |
padding: 1rem; |
|
951 |
display: inline-block; |
|
952 |
} |
|
953 |
|
|
919 | 954 |
// books component |
920 | 955 |
.books-component { |
921 | 956 |
|
... | ... | |
1122 | 1157 |
} |
1123 | 1158 |
} |
1124 | 1159 |
|
1160 |
@media (max-width: 610px) { |
|
1161 |
.js-cookie-consent-agree { |
|
1162 |
margin-bottom: 1rem; |
|
1163 |
} |
|
1164 |
} |
|
1165 |
|
|
1125 | 1166 |
@media screen and (max-height: 450px) { |
1126 | 1167 |
.sidenav a { |
1127 | 1168 |
font-size: 18px; |
resources/views/layouts/app.blade.php | ||
---|---|---|
26 | 26 |
|
27 | 27 |
@yield('content') |
28 | 28 |
|
29 |
@if(!Request::is('/')) |
|
30 |
@include('cookieConsent::index') |
|
31 |
@endif |
|
32 |
|
|
29 | 33 |
</body> |
30 | 34 |
</html> |
Také k dispozici: Unified diff
Cookie consent