Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit df2f9b5

Browse files
author
Laravel Cameroon
committed
Merge branch 'master' of github.com:laravelcm/website
2 parents 3c7d4de + c05b0a6 commit df2f9b5

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://laravelcm.com/img/logo-laravelcm.svg"></p>
1+
<p align="center"><img src="https://pix.watch/thumb/32jPDu/oHWN60.png"></p>
22

33
## Laravel PHP Framework
44

@@ -8,9 +8,6 @@
88
[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework)
99
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)
1010

11-
12-
Design Made with ❤️ by [John's Corporation](https://www.johns-corporation.com)
13-
1411
![Laravel Cameroon website Screenshot](https://pix.watch/m8Qxua/Ta44mF.png)
1512

1613
Website : https://laravelcm.com

resources/views/welcome.blade.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@
3939
<link rel="mask-icon" href="{{ asset('img/favicons/safari-pinned-tab.svg') }}" color="#00795d">
4040
<meta name="theme-color" content="#fff">
4141
<meta name="mobile-web-app-capable" content="yes">
42+
<!-- Global site tag (gtag.js) - Google Analytics -->
43+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121194903-1"></script>
44+
<script>
45+
window.dataLayer = window.dataLayer || [];
46+
function gtag(){dataLayer.push(arguments);}
47+
gtag('js', new Date());
48+
gtag('config', 'UA-121194903-1');
49+
50+
window.Laravel = <?php echo json_encode([
51+
'csrfToken' => csrf_token(),
52+
]); ?>
53+
</script>
4254
<!-- Styles -->
4355
<style>
4456
html, body {

0 commit comments

Comments
 (0)