-
-
Notifications
You must be signed in to change notification settings - Fork 257
Laravel 12.x Shift #2080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 12.x Shift #2080
Changes from all commits
5db3346
f4dc7d8
42e1c48
12a8257
63f9ada
82ac348
4d5d879
5db7ca5
ddf616b
3be092b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |||||||||||||||||||||||||||||||||||||||
| "filament/filament": "~4.0", | ||||||||||||||||||||||||||||||||||||||||
| "gboquizosanchez/filament-log-viewer": "^2.1", | ||||||||||||||||||||||||||||||||||||||||
| "guzzlehttp/guzzle": "^7.10", | ||||||||||||||||||||||||||||||||||||||||
| "laravel/framework": "^12.37", | ||||||||||||||||||||||||||||||||||||||||
| "laravel/framework": "^12.45", | ||||||||||||||||||||||||||||||||||||||||
| "laravel/helpers": "^1.7", | ||||||||||||||||||||||||||||||||||||||||
| "laravel/sanctum": "^4.2", | ||||||||||||||||||||||||||||||||||||||||
| "laravel/socialite": "^5.23", | ||||||||||||||||||||||||||||||||||||||||
|
|
@@ -83,6 +83,25 @@ | |||||||||||||||||||||||||||||||||||||||
| "post-install-cmd": [ | ||||||||||||||||||||||||||||||||||||||||
| "php -r \"file_exists('.env') || copy('.env.example', '.env');\"", | ||||||||||||||||||||||||||||||||||||||||
| "php artisan p:plugin:composer" | ||||||||||||||||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||||||||||||||||
| "dev": [ | ||||||||||||||||||||||||||||||||||||||||
| "Composer\\Config::disableProcessTimeout", | ||||||||||||||||||||||||||||||||||||||||
| "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite --kill-others" | ||||||||||||||||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||||||||||||||||
| "setup": [ | ||||||||||||||||||||||||||||||||||||||||
| "composer install", | ||||||||||||||||||||||||||||||||||||||||
| "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"", | ||||||||||||||||||||||||||||||||||||||||
| "@php artisan key:generate", | ||||||||||||||||||||||||||||||||||||||||
| "@php artisan migrate --force", | ||||||||||||||||||||||||||||||||||||||||
| "npm install", | ||||||||||||||||||||||||||||||||||||||||
| "npm run build" | ||||||||||||||||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||||||||||||||||
| "test": [ | ||||||||||||||||||||||||||||||||||||||||
| "@php artisan config:clear --ansi", | ||||||||||||||||||||||||||||||||||||||||
| "@php artisan test" | ||||||||||||||||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||||||||||||||||
| "pre-package-uninstall": [ | ||||||||||||||||||||||||||||||||||||||||
| "Illuminate\\Foundation\\ComposerScripts::prePackageUninstall" | ||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+86
to
+104
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
This was purposely removed in 78aa7d2 and #1994 got refused aswell. |
||||||||||||||||||||||||||||||||||||||||
| ] | ||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||
| "config": { | ||||||||||||||||||||||||||||||||||||||||
|
|
@@ -98,4 +117,4 @@ | |||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||
| "minimum-stability": "stable", | ||||||||||||||||||||||||||||||||||||||||
| "prefer-stable": true | ||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |||||
| "@tailwindcss/vite": "^4.1.4", | ||||||
| "autoprefixer": "^10.4.21", | ||||||
| "concurrently": "^9.0.1", | ||||||
| "laravel-vite-plugin": "^1.0", | ||||||
| "laravel-vite-plugin": "^2.0.0", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: Short migration summary for laravel-vite-plugin → 2.0.0 and what to change Sources: [1][2][3] What changed (breaking / notable)
Minimum migration steps
If you want, I can:
Sources Address laravel-vite-plugin v2.0.0 breaking changes before deploying. The upgrade from ^1.0 to ^2.0.0 introduces several breaking changes:
Update 🤖 Prompt for AI Agents
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not v2.0.1 ?
Suggested change
|
||||||
| "prettier": "^3.4.2", | ||||||
| "tailwindcss": "^4.1.4", | ||||||
| "vite": "7.1.11" | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please bump this to v2.2.1