General discussion

Please make a Learning Management System (LMS) website using laravle inertia or vue

I am writing to request assistance in setting up a Learning Management System (LMS) website. I believe an LMS platform will greatly benefit us
polash
Posted by polash
8 months ago.
0
195
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
567
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
410
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)
9 months ago. Last reply 9 months ago.
2
605
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
10 months ago. Last reply 9 months ago.
1
390
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
1247
Laravel

Laravel with Blockchain

Laravel with Blockchain?
endrit008
Posted by endrit008
10 months ago. Last reply 9 months ago.
4
780
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
821
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 10 months ago.
13
536
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
348