Livewire

Calendar Booking - Stripe & Timezones

Hi Alex, I've recreated a calendar booking system based on your course but created a separate livewire calendar component for day selection, which does the same thing as EasPick. There are two things I wish to do now: 1) Stripe - I was looking to do this with Livewire and using the Cashier Guest...
derekbuntin
Posted by derekbuntin
7 months ago. Last reply 7 months ago.
1
265
PHP

PHP DOM Courses

PHP DOM Course needed
abaydullah
Posted by abaydullah
7 months ago. Last reply 7 months ago.
3
328
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
8 months ago. Last reply 7 months ago.
3
363
Livewire

Laravel Sortable & Trello Clone

Hi @alex, I've watched the course on creating a Trello clone which I'm building for our custom platform. I've created a custom package and created all the files and it's working perfectly, except for livewire sortable. I've updated the NPM package as it's been renamed and I've also tried implemen...
derekbuntin
Posted by derekbuntin
8 months ago. Last reply 8 months ago.
7
451
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
8 months ago. Last reply 8 months ago.
5
459
Laravel

jetstream nuxt api

Hi everyOne !! I want use laravel jetstream with inertia this the backend and use it for change themes and text for the pages this only for the admins can access and also use nuxt in front end with api this is the frontend so use Sanctum for api and Fortify for login and register for api - NUXT...
AhmadUUID
Posted by AhmadUUID
8 months ago. Last reply 8 months ago.
6
229
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
8 months ago. Last reply 8 months ago.
1
317
Laravel

Mysql driver does not work

Hi. I have a new installation of Laravel and everything worked out fine until I tried to change the driver from sqlite (standard driver from start) to Mysql. I changed the prefs to: 'mysql' => [ 'driver' => 'mysql', 'url' => env('DB_URL'), 'host' => env(...
jonasgrolin
Posted by jonasgrolin
8 months ago. Last reply 8 months ago.
6
353
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
8 months ago. Last reply 8 months ago.
13
380
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
1 year ago. Last reply 8 months ago.
12
1276