Skip to content

Commit 21dc69d

Browse files
laravel 12 sync env, view & css
1 parent b4b20b5 commit 21dc69d

File tree

3 files changed

+261
-149
lines changed

3 files changed

+261
-149
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FILESYSTEM_DISK=local
3939
QUEUE_CONNECTION=database
4040

4141
CACHE_STORE=database
42-
CACHE_PREFIX=
42+
# CACHE_PREFIX=
4343

4444
MEMCACHED_HOST=127.0.0.1
4545

@@ -49,11 +49,11 @@ REDIS_PASSWORD=null
4949
REDIS_PORT=6379
5050

5151
MAIL_MAILER=log
52+
MAIL_SCHEME=null
5253
MAIL_HOST=127.0.0.1
5354
MAIL_PORT=2525
5455
MAIL_USERNAME=null
5556
MAIL_PASSWORD=null
56-
MAIL_ENCRYPTION=null
5757
MAIL_FROM_ADDRESS="[email protected]"
5858
MAIL_FROM_NAME="${APP_NAME}"
5959

resources/css/app.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@import 'tailwindcss';
2+
3+
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
4+
@source '../../storage/framework/views/*.php';
5+
@source '../**/*.blade.php';
6+
@source '../**/*.js';
7+
8+
@theme {
9+
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
10+
'Segoe UI Symbol', 'Noto Color Emoji';
11+
}

resources/views/welcome.blade.php

Lines changed: 248 additions & 147 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)