Feedback

Small font size for code is hard to read on smartphone

Hello Alex, When viewing your videos on my smartphone I can barely read the code because the font size is too small. Do you have a solution for this?
yapsr
Posted by yapsr
26 minutes ago.
0
1
Laravel

new course idea

Hi Alex hope you are well, Could you please consider to idea to create a course for laravel with intertia for recurrent calendar events with also email notifications? Would like to take a chance to say happy christmas as well Thanks Vincenzo
vincenzo
Posted by vincenzo
4 hours ago.
0
5
Laravel

Notification broadcasting not working

When i am broadcasting a TestEvent - i am getting the response on console - But when i am broadcasting notification - i am not getting it. This is where i am broadcasting the notification ``` <?php namespace App\Http\Controllers; use App\Models\Like; use App\Models\Post; use App\Models\User; u...
talhatonmoy
Posted by talhatonmoy
6 days ago.
0
20
Inertia

Newbie: Laravel Subscriptions with Inertia, Can not read properties

Am following the laravel subscriptions course but trying to implement it with inertia, showing the plan detials is not working out with me. I don't understand why it keeps returning an empty object, however when I dd on it, it returns all the information, been stuck on this for 2 days. Here is my...
ms_dan
Posted by ms_dan
1 month ago. Last reply 1 week ago.
2
148
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
4 weeks ago. Last reply 3 weeks ago.
1
108
PHP

PHP DOM Courses

PHP DOM Course needed
abaydullah
Posted by abaydullah
1 month ago. Last reply 1 month ago.
3
177
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
163
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
1 month ago. Last reply 1 month ago.
7
218
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
228
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
1 month ago. Last reply 1 month ago.
6
130