Forum

Livewire

Livewire - Array as query string

I have an array property `topic` on a livewire component that I want to use as query string, the query string looks like this currently `example.com/?topic[0]=livewire&topic[1]=laravel`, what I want the url to look like is `example.com/?topic=livewire,laravel` currently I introduce a different pr...
Posted by Selorm
2 days ago.
0
11
Laravel

Payment System Course

Hi @alex, I'm in the process of building an application that's made up of packages/extensions with a core CMS. I'm developing add-ons for the CMS to extend it including packages for a forum, e-commerce, downloads, a booking system and so on. To allow users to add the available addons I'd like to...
Posted by derekbuntin
1 week ago. Last reply 5 days ago.
3
56
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
Posted by kikter
1 year ago. Last reply 1 week ago.
9
594
General discussion

React js courses / Snippets

hello, would like to ask, is there a planned support to add React js to the list of courses? I signed up to codecourse for Laravel lessons, and Laracasts has some React js stuff, and since Inertia (which we do have here several things) have support for React Js, would be nice to have. Anyone else th...
Posted by Ivan
1 week ago. Last reply 1 week ago.
2
36
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...
Posted by Haz
1 week ago. Last reply 1 week ago.
2
44
Laravel

Can you teach us nWidart/laravel-modules?

@Alex any course on nWidart/laravel-modules? Its a Request, I see a lot of project using it but am not able to grasp it. If you can make a course on it, it would be great help
Posted by Amandeep
3 weeks ago. Last reply 1 week ago.
5
112
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...
Posted by Polash
2 weeks ago. Last reply 1 week ago.
3
69
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())...
Posted by Polash
3 weeks ago. Last reply 2 weeks ago.
3
115
PHP

Slim 4 with Authentication (but at php 8+ level)

Hi Alex. I have worked on your Slim 4 Authentication course incorporating Sentinel. I struggled with a lot of dependency issues. Would it be possible to upgrade this to work with the latest php version 8 (and dependencies that support thiis)? I have been digging around Daniel Opitz's Slim 4 skeleto...
Posted by Mark
1 month ago. Last reply 1 month ago.
1
113
Laravel

Flutter Laravel Complete Authentication

Hello, I purchased the premi package to study flutter with laravel, I would like to know how to do the laravel flutter registration method with image upload using DIO.
Posted by Joao Roberto Velozo
1 month ago.
0
252