PHP

Practical Object Oriented Programming, premium user, can't find the source code

Hi guys, Could you help me to find the source code for this course: https://codecourse.com/courses/practical-object-oriented-programming I have a premium account. thanks already, Marcin
grandman
Posted by grandman
6 months ago. Last reply 6 months ago.
1
298
InertiaSolved

How do I use highlightjs in inertia

How do I use highlightjs in inertia? I searched online and didn't find any good answers, if you have any solution please let me know.
polash
Posted by polash
6 months ago. Last reply 6 months ago.
3
503
Inertia

Setting up gtag with laravel inertia vue

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-xxxxxxxx"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){data...
robert29275
Posted by robert29275
7 months ago. Last reply 6 months ago.
1
448
General discussionSolved

Symfony courses

@alex can we have some symfony courses?
alexandre11130
Posted by alexandre11130
7 months ago. Last reply 6 months ago.
1
429
LivewireSolved

Laravel markdown package code highlighting is not working

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 local server: https://yourimageshare.com/ib/syhLlywmwI and this screenshot for my online VPS serve...
polash
Posted by polash
6 months ago. Last reply 6 months ago.
4
446
Livewire

livewire modal

I have a problem in Livewire 2 when the modal close the page is disabled, ```php public function submit() { $this->validate(); $this->emit('success', __('New user created')); $this->reset(); } ``` ```blade <div class="modal fade" id="kt_modal_add_user" tabindex="-1" aria-hidden="true" wire:i...
moaz
Posted by moaz
6 months ago. Last reply 6 months ago.
2
372
TailwindSolved

Make grid columns the same height

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.imgur.com/kBEmSEM.png) (simplified) ```vue <div class="grid grid-cols-12 items-center gap-4"> <div...
Haz
Posted by Haz
7 months ago. Last reply 6 months ago.
5
614
Laravel

Course - Build A Static File Blog with Laravel - Go to Next / Previous

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 have any ideas ?
pikepa
Posted by pikepa
7 months ago. Last reply 7 months ago.
1
290
InertiaSolved

Using different app layouts in one Inertia app

Hey everyone, Have you guys tried using different app layouts in one Inertia + Vue app? Let's say, for the back office (admin) we'll use `admin.blade.php` instead of the default `app.blade.php` And for the front side e.g. e-commerce, we'll use the default `app.blade.php` I need to do this becaus...
whoami (Daryl)
Posted by whoami (Daryl)
7 months ago. Last reply 7 months ago.
17
817
Vue.js

Guidance for nested v-model

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 want. [https://ibb.co/N7kFby8](https://ibb.co/N7kFby8) [https://ibb.co/gg5Kv8V](https://ibb.co/gg5Kv8V...
basit22262
Posted by basit22262
7 months ago. Last reply 7 months ago.
2
343