Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 9c32b53

Browse files
committed
Change title and application name in views and .env.example
1 parent e2a360a commit 9c32b53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME=Laravel
1+
APP_NAME="SB Admin 2 | cham11ng"
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true

resources/views/admin/layouts/app.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="csrf-token" content="{{ csrf_token() }}">
88

9-
<title>{{ config('app.name', 'Laravel') }}</title>
9+
<title>{{ config('app.name', 'SB Admin 2 | cham11ng') }}</title>
1010

11-
<link rel="stylesheet" href="{{ asset("css/app.css") }}"/>
11+
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
1212
<link rel="stylesheet" href="{{ asset('css/admin.css') }}">
1313
<link rel="stylesheet" href="{{ asset('css/timeline.css') }}">
1414

0 commit comments

Comments
 (0)