Save 50% in the Black Friday sale
Ends inJoin here
LivewireSolved

Updating Slug in Modal - Trello Close

Hi Alex, I have another small issue that seems to be taking too long to solve, so thought I'd ask if you have any ideas. On the Trello clone, I've created a top-level category called 'Workspace'. This will hold the boards, so I can essentially have a workspace for each client and have all their bo...
derekbuntin
Posted by derekbuntin
1 month ago. Last reply 1 month ago.
3
141
InertiaSolved

Preserve Scroll on Momentum Modal

It is easy to preserve scroll forms in Inertia, however within Modals, I found it a bit tricky, is there a trick to do it? ```js <script setup> import Modal from '@/Components/Modal.vue' import { useForm, Head } from '@inertiajs/vue3' const form = useForm({ name: '', email: '', subject...
ms_dan
Posted by ms_dan
1 month ago. Last reply 1 month ago.
5
206
InertiaSolved

Redirecting to the intended location Fortify Inertiajs

In the new Laravel version, there's no more Authenticate Middleware to change the route from login to auth.login, any fix to that? Would rather keep the name auth.login :).
ms_dan
Posted by ms_dan
1 month ago. Last reply 1 month ago.
1
130
InertiaSolved

Silly Issue with momentum-modal

For some reason, I keep getting this issue with inertia modals, Could not find a declaration file for module 'momentum-modal'. Any clue? Regards,
ms_dan
Posted by ms_dan
1 month ago. Last reply 1 month ago.
13
126
LaravelSolved

Overriding Service Provider Methods (Fortify)

For the past few years, I've managed to override the boot method in the Fortify service provider located at App\Providers\FortifyServiceProvider so that I can define the Fortify Views from my custom service provider that's loaded dynamically from a package. This all worked perfectly until Laravel 1...
derekbuntin
Posted by derekbuntin
5 months ago. Last reply 1 month ago.
12
566
LivewireSolved

Livewire/Alpine and TipTap editor

Hi, I am struggling with the implementation of data binding using Livewire 3 with Alpine and the TipTap Editor. Tried to implement something similar to this Livewire 2 solution: https://github.com/mattlake/tiptap-livewire-demo - Editor is initialized / shown - My initial content is in the editor -...
philipp71206
Posted by philipp71206
1 month ago. Last reply 1 month ago.
3
198
LaravelSolved

Video Uploading To Vimeo

Hello Alex, you upload your videos to vimeo and cannot access these videos from the browser directly. For example we cannot access https://player.vimeo.com/video/1010746273?title=0&byline=0&autoplay=1&dnt=1&app_id=122963 directly. But when we are a member of your system, we can view the videos. Can...
nagikho
Posted by nagikho
1 month ago. Last reply 1 month ago.
3
117
LivewireSolved

livewire problem with js plugin

Hello! I have a Livewire 3 project where I use simple lightbox js plugin <script src="fslightbox.js"> </script> added before end of the <body> tag. I also have simple filtering on this page and everything works fine when the page is first loaded and after first component update, but stops working a...
rafal428
Posted by rafal428
2 months ago. Last reply 1 month ago.
19
173
LaravelSolved

Laravel Subscription - Lifetime Subscription

Hello Alex, I've been following the Laravel Subscriptions course and it has helped me a lot getting around stripe's dashboard! I was wondering how you would approach lifetime subscriptions or similar. It seems like you can make one of charges as prices in stripe but how does this look like with the...
alejandro627
Posted by alejandro627
1 month ago. Last reply 1 month ago.
3
117
Nuxt.jsSolved

500 Cannot find package '@vue/composition-api' imported from C:\Users\Aa\node_modules\vue-demi\lib\index.mjs

I have this error when just install pinia to nuxt 3 ``` ERROR [nuxt] [request error] [unhandled] [500] Cannot find package '@vue/composition-api' imported from C:\Users\Aal-Naib\node_modules\vue-demi\lib\index.mjs at __node_internal_captureLargerStackTrace (node:internal/errors:490:5) at ne...
AhmadUUID
Posted by AhmadUUID
2 months ago. Last reply 2 months ago.
3
220