Skip to content

Commit 439746a

Browse files
committed
Remove Ziggy
1 parent aa11677 commit 439746a

File tree

5 files changed

+3
-80
lines changed

5 files changed

+3
-80
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"spatie/laravel-permission": "^6.9",
2020
"spatie/security-advisories-health-check": "^1.2",
2121
"symfony/http-client": "^7.2",
22-
"symfony/postmark-mailer": "^7.2",
23-
"tightenco/ziggy": "^2.3"
22+
"symfony/postmark-mailer": "^7.2"
2423
},
2524
"require-dev": {
2625
"barryvdh/laravel-debugbar": "^3.13",

composer.lock

Lines changed: 1 addition & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/app.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import * as Sentry from "@sentry/vue";
22

3-
import { route, ZiggyVue } from 'ziggy-js';
4-
53
import { createApp, defineAsyncComponent, h } from 'vue';
64
import { createInertiaApp, Link, Head } from '@inertiajs/vue3';
75

@@ -28,8 +26,7 @@ createInertiaApp({
2826
environment: import.meta.env.VITE_APP_ENV,
2927
});
3028

31-
VueApp.use(plugin)
32-
.use(ZiggyVue);
29+
VueApp.use(plugin);
3330

3431
VueApp.mixin({ methods: { userCan } });
3532

resources/views/app.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
@routes
9-
108
@vite(['resources/css/app.css', 'resources/js/app.js'])
119

1210
@inertiaHead

vite.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default defineConfig({
3636

3737
resolve: {
3838
alias: {
39-
'ziggy-js': '/vendor/tightenco/ziggy',
4039
'@': '/resources',
4140
'@fonts': '/public/fonts',
4241
'@img': '/public/img',

0 commit comments

Comments
 (0)