Livewire

Livewire Infinite Scroll with flex-wrap

The course has articles in a format with one right after the other. I'm trying to figure out if there is a way to adapt it to a situation where you have multiple items on the same row such as an e-commerce listing of products. With a livewire component requiring a wrapper/parent div, it would drop...
ruben48506
Posted by ruben48506
5 months ago. Last reply 5 months ago.
1
311
Laravel

tenancyforlaravel showing /tenancy/assets not found

I'm using tenancyforlaravel package When I build my project on the server it show `GET https://webstore.trekntread.com/tenancy/assets/build/assets/app-52d13dc5.css net::ERR_ABORTED 404 (Not Found)` how can I solve this problem?
polash
Posted by polash
5 months ago.
0
210
Laravel

soketi

Hi there, i am trying to create a soketi server in my machine. All examples i have found are for laravel MIX and the newest versions use VITE. is there any information any of you can point me out for the Env, and boostrap configuration directions? thanks for your help
robert58205
Posted by robert58205
5 months ago. Last reply 5 months ago.
1
332
Laravel

Elasticsearch in Laravel

Hey all, can i use elasticsearch with Laravel scout, is there any good example? @alex, Can there be a tutorial on full text search in the future?
nagikho
Posted by nagikho
6 months ago. Last reply 5 months ago.
1
327
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
297
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
447
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
370
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
289
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
Laravel

Multi-multi-tenancy

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 tenants under them. Am kindly inquiring, is this possible, if yes. any guidance on how to achieve it wil...
arnold87342
Posted by arnold87342
7 months ago. Last reply 7 months ago.
3
351