Hi, I'm using the Inertia and Laravel markdown package on my project. Locally it's working perfectly. But the problem is when I'm up on the server Markdown's style is breaking. this screenshot for my...
I have a problem in Livewire 2 when the modal close the page is disabled, public function submit() { $this->validate(); $this->emit('success', __('New user created')); $this->reset()...
Hello, Losing my sanity here with a simple issue. It only happens when there are validation errors. Any ideas? Tried all of the alignment utilities for both Grid and Flexbox. [Image](https://i.imgu...
Does anyone have any experience setting up gtag in inertia / vue. so in non spa application you can just set it up like this ``` <script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxx...
This was a great course and just what I was looking for to put together a Static site, looking at trying to extend this so that once I am viewing a post, i can move to the next, or previous. Anyone h...
Hi Guys, I need a guidance if someone could help me to make logic for nested v-model. I'm using vue-multiselect in vue 3 and vite. I've attached 2 images, I've explained on the image what logic I wan...
Hello there, I have a use case, where my laravel application, has a landlord (central domain) and the landlord can onboard tenants and each tenant onboarded by the landlord can also onboard other tena...
Hi everyone, I’m using Laravel Sail in a Github Codespace. I have followed the instructions to install Laravel (https://laravel.com/docs/10.x/installation). Github Codespaces has generated this pub...
Hi Alex, I would appreciate it if you make a tutorial about Laravel Nova or Filament administration panel. Or both... 😉 It might be interesting to apply them to one of your projects here.
I have multiple layouts in my Inertia app, `Layout-Guest` and `Layout-Main`. Both use `app.blade.php`. I grab a Sign-in component from TailwindUI but it requires updating the `<html>` and `<body>` ta...
Hey all, I've no doubt there is an obvious conflict that I am missing here but I've been googling and researching for a couple of days now and cannot seem to resolve this issue. I've created a sear...
Hello, I am running into a strange issue with a failing test. Error: ``` Unable to find a file or directory at path ``` The test: (I have slimmed it down) ``` test('a PDF is generated when an in...
I am writing to request assistance in setting up a Learning Management System (LMS) website. I believe an LMS platform will greatly benefit us
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-basi...
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.
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
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',...
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 managemen...