General discussionSolved

How Did You Build This Forum

@alex are you going to do a tutorial on how you build this forum because I am loving this design and functionality ,. second it's the UI design tailwind
kikter
Posted by kikter
1 year ago. Last reply 1 month ago.
9
730
Alpine.jsSolved

Alpine.store not initialising

Hello, I am running into an issue with `Alpine.store` and I can't seem to track it down. I am using `Alpine.store` in another project without any trouble. After trying (and failing) to compare both projects to see what's different, I thought I would seek help. I have a feeling it might be super obv...
Haz
Posted by Haz
1 month ago. Last reply 1 month ago.
2
120
InertiaSolved

FFMpeg package file convert problem

Recently I was watching [Multiple Drag And Drop File Uploading and Processing with Inertia](https://codecourse.com/courses/multiple-drag-and-drop-file-uploading-and-processing-with-inertia) course. I get in trouble with the EncodeVideo Job File. **My EncodeVideo Job File** ```php <?php namespace...
polash
Posted by polash
2 months ago. Last reply 1 month ago.
3
141
LaravelSolved

How to solved N+1 Problem

I have a Course Table and User table, and those tables relations on a pivot_table. Now I am checking which course user is enrolling in the course model like this but it is creating an n+1 problem. how to solve this. *check enroll* ```php 'enrolled' => $this->users()->where('user_id', auth()->id())...
polash
Posted by polash
2 months ago. Last reply 2 months ago.
3
187
General discussionSolved

Lifetime Access Disappeared

I noticed my lifetime access has been deactivated. Is anyone experiencing the same issue?
faridibin
Posted by faridibin
3 months ago. Last reply 3 months ago.
3
429
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
509
General discussionSolved

Symfony courses

@alex can we have some symfony courses?
alexandre11130
Posted by alexandre11130
7 months ago. Last reply 6 months ago.
1
432
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
7 months ago. Last reply 6 months ago.
4
453
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
620
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
821