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 10 months ago.
27
1934
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
1025
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
424
InertiaSolved

Issues with SSR

I am neck-deep in issues related to SSR. After following the documentation, [here](https://inertiajs.com/server-side-rendering). I get the following errors: ```js import{router as ar}from"@inertiajs/core";import{createHeadManager as B,router as F}from"@inertiajs/core";import{computed as v,defineCom...
Haz
Posted by Haz
10 months ago. Last reply 10 months ago.
8
555
Guides

Operative Bash - Simplify Your Server Management

Hi, Codecourse community! I wanted to share an exciting project that I recently created with all of you. It's called Operative Bash, a collection of bash scripts designed to simplify server management tasks. Here's what you can do with Operative Bash: - Set up everything you might need for a Lara...
setkyarwalar
Posted by setkyarwalar
10 months ago.
0
238
General discussion

VSCode Theme

Hi @alex, can you do a tutorial showing how you customized your vscode?
joaovsvieira.me
Posted by joaovsvieira.me
11 months ago. Last reply 10 months ago.
3
567

The big question

Is PHP dead?
Haz
Posted by Haz
1 year ago. Last reply 11 months ago.
11
779
Feedback

Video speed

Hi. I have noticed that when you change video speed on one video, this speed is not maintained when the next video has started. Could you fix it? Thank you!
sirmanu
Posted by sirmanu
1 year ago. Last reply 1 year ago.
3
405
Laravel

Can We Have Tutorial Base On Paystack

mostly tutorials are base on stripe Payment gateway here in my country we don't use stripe we use paystack and flutterwave please @alex can we a tutorial on this which talks about SAAS
kikter
Posted by kikter
1 year ago. Last reply 1 year ago.
3
370
Livewire

livewire render problem

i have a problem when i use my component for google AddressAutocomplete somthing like that in the component : @if($show) <x:google-address-lookup wire:model="address"/> @endif and i whant only when the use click on fuction and make show = true, and then i whant to show the google-address-lookup in...
hizone
Posted by hizone
1 year ago.
0
283