Skip to content

Commit 02d7ac8

Browse files
authored
Merge pull request #1 from joshcirre/shift-69978
Migrate from Laravel Mix to Vite
2 parents d36572b + c5e2b7a commit 02d7ac8

File tree

11 files changed

+2425
-14570
lines changed

11 files changed

+2425
-14570
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/node_modules
22
/public/hot
3+
/public/build
34
/public/storage
45
/storage/*.key
56
/vendor

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
"name": "laravel/laravel",
33
"type": "project",
44
"description": "The Laravel Framework.",
5-
"keywords": ["framework", "laravel"],
5+
"keywords": [
6+
"framework",
7+
"laravel"
8+
],
69
"license": "MIT",
710
"require": {
811
"php": "^8.0.2",
912
"guzzlehttp/guzzle": "^7.2",
1013
"inertiajs/inertia-laravel": "^0.6.0",
11-
"laravel/framework": "^9.11",
14+
"laravel/framework": "^9.19",
1215
"laravel/sanctum": "^2.14.1",
1316
"laravel/tinker": "^2.7"
1417
},

0 commit comments

Comments
 (0)