Skip to content

Commit 239129c

Browse files
committed
Add Tailwind CSS and Livewire 3 beta
1 parent 1e7a75f commit 239129c

File tree

8 files changed

+2330
-4
lines changed

8 files changed

+2330
-4
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME=Laravel
1+
APP_NAME=MoneyMint
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
@@ -8,7 +8,7 @@ LOG_CHANNEL=stack
88
LOG_DEPRECATIONS_CHANNEL=null
99
LOG_LEVEL=debug
1010

11-
DB_CONNECTION=mysql
11+
DB_CONNECTION=sqlite
1212
DB_HOST=127.0.0.1
1313
DB_PORT=3306
1414
DB_DATABASE=mfinance

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
"laravel/framework": "^10.10",
1111
"laravel/sanctum": "^3.2",
1212
"laravel/tinker": "^2.8",
13+
"livewire/livewire": "^3.0@beta",
1314
"nativephp/electron": "^0.1.1"
1415
},
1516
"require-dev": {
17+
"doctrine/dbal": "^3.6",
1618
"fakerphp/faker": "^1.9.1",
1719
"laravel/pint": "^1.0",
1820
"laravel/sail": "^1.18",

0 commit comments

Comments
 (0)