InertiaSolved

Hide exposed routes when using Ziggy

Hey everyone 👋 Have you guys tried hiding the generated routes of Ziggy when using Inertia? Typical setup ``` <!-- Scripts --> @routes @vite(['resources/js/app.js']) @inertiaHead </head> <body class="font-sans antialiased"> @inertia </body> ``` If you're using `php artisan zig...
whoami (Daryl)
Posted by whoami (Daryl)
8 months ago. Last reply 8 months ago.
2
574
General discussion

idea for a edit image course

hi @alex i found this site: https://useflipp.com/ bulid an image editor with: laravel and Inertia.js and i think if you can leran us how to make a image editor like that but more simple
hizone
Posted by hizone
9 months ago. Last reply 9 months ago.
1
382
LivewireSolved

Livewire Emit Event Listeners from Child to Parent

I have a button... `<button wire:click="$emitTo('components.modals.player-modal', 'showModal', '{{ $player->id }}')" class="focus:outline-none"> {{ $player->first_name . ' ' . $player->last_name }} </button>` ...That triggers a modal similar to the Code Course tutorial: Global Modals with Liv...
alexjolley
Posted by alexjolley
9 months ago. Last reply 9 months ago.
11
1213
Laravel

Laravel with Blockchain

Laravel with Blockchain?
endrit008
Posted by endrit008
10 months ago. Last reply 9 months ago.
4
771
Alpine.jsSolved

Passing Parameter Data to Global Modal with Alpine.js Laravel Livewire

I recently followed the tutorial "Global Modals with Livewire and Alpine.js" (https://codecourse.com/watch/global-modals-with-livewire) to add a modal to my project. Everything is working great, but I am now trying to determine how I can pass a parameter to the modal so I can display info from the d...
alexjolley
Posted by alexjolley
9 months ago. Last reply 9 months ago.
3
788
Inertia

Page is not being translated when the language is changed

I have a App.vue file that is a layout included in a page script setup is the following: ``` const locale = usePage().props.locale const locales = [ { id: 'it', name: 'Italian', }, { id: 'en', name: 'English', }...
shogun
Posted by shogun
9 months ago. Last reply 9 months ago.
13
524
FeedbackSolved

See who liked a post

Hi, It is currently not possible to see who has liked your posts. It's a small thing, but it would be nice. It doesn't have to be anything fancy, a simple browser-native tooltip (title?) would suffice.
Haz
Posted by Haz
9 months ago. Last reply 9 months ago.
2
343
InertiaSolved

Inertia data not updated on form submission

I have a page with a form, but also some other data outside of this form that needs to be updated once the form submits. The problem is that Inertia.js is not picking up data automatically on form submission. I tried lots of things like setting preserveState to false, but then validation errors do n...
shogun
Posted by shogun
10 months ago. Last reply 9 months ago.
27
1865
InertiaSolved

Using Inertia route globally with SSR

I'm practicing Inertia and Vue and I'm using Laravel Breeze scaffolding with SSR. I have a `Navigation.vue` which contains the menu and their route. Navigation.vue ``` <script setup> import NavLink from "@/Components/NavLink.vue" import { usePage } from "@inertiajs/vue3" const user = usePage().pr...
whoami (Daryl)
Posted by whoami (Daryl)
10 months ago. Last reply 10 months ago.
6
979
General discussionSolved

How to change account avatar?

How do you change your account's avatar? I can't seem to find it on my Account page.
whoami (Daryl)
Posted by whoami (Daryl)
10 months ago. Last reply 10 months ago.
2
417