File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ protected function livewireRouteDefinition()
345
345
protected function installInertiaStack ()
346
346
{
347
347
// Install Inertia...
348
- if (! $ this ->requireComposerPackages ('inertiajs/inertia-laravel:^0.6.8 ' , 'tightenco/ziggy:^1 .0 ' )) {
348
+ if (! $ this ->requireComposerPackages ('inertiajs/inertia-laravel:^0.6.8 ' , 'tightenco/ziggy:^2 .0 ' )) {
349
349
return false ;
350
350
}
351
351
Original file line number Diff line number Diff line change 4
4
5
5
use Illuminate \Http \Request ;
6
6
use Inertia \Middleware ;
7
- use Tightenco \Ziggy \Ziggy ;
7
+ use Tighten \Ziggy \Ziggy ;
8
8
9
9
class HandleInertiaRequests extends Middleware
10
10
{
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import '../css/app.css';
4
4
import { createApp , h } from 'vue' ;
5
5
import { createInertiaApp } from '@inertiajs/vue3' ;
6
6
import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers' ;
7
- import { ZiggyVue } from '../../vendor/tightenco/ziggy/dist/vue.m ' ;
7
+ import { ZiggyVue } from '../../vendor/tightenco/ziggy' ;
8
8
9
9
const appName = import . meta. env . VITE_APP_NAME || 'Laravel' ;
10
10
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { renderToString } from '@vue/server-renderer';
3
3
import { createInertiaApp } from '@inertiajs/vue3' ;
4
4
import createServer from '@inertiajs/vue3/server' ;
5
5
import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers' ;
6
- import { ZiggyVue } from '../../vendor/tightenco/ziggy/dist/vue.m ' ;
6
+ import { ZiggyVue } from '../../vendor/tightenco/ziggy' ;
7
7
8
8
const appName = import . meta. env . VITE_APP_NAME || 'Laravel' ;
9
9
You can’t perform that action at this time.
0 commit comments