Laravel

Multitenant Validation

Hi @alex Thanks for being an amazing tutor, and i'm glad i subscribed to this website. I have a problem with one of your course which is here [https://codecourse.com/watch/laravel-multi-tenancy-basics?part=tenant-registration](https://codecourse.com/watch/laravel-multi-tenancy-basics?part=tenant-r...
henry75958
Posted by henry75958
9 months ago. Last reply 8 months ago.
7
565
General discussion

Inertia + Slim/Twig as server-side

Hello @alex, I was wondering if a course with Slim/Twig instead of Laravel/Blade as a server side for Inertia would be of interest to anyone other than me.
giorgio
Posted by giorgio
9 months ago. Last reply 8 months ago.
2
406
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
596
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
388
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
1233
Laravel

Laravel with Blockchain

Laravel with Blockchain?
endrit008
Posted by endrit008
10 months ago. Last reply 9 months ago.
4
777
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
10 months ago. Last reply 9 months ago.
3
810
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
10 months ago. Last reply 9 months ago.
13
533
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
10 months ago. Last reply 10 months ago.
2
347
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
1911