Feedback
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?
Laravel
Hi, Alex,
I need help for episode #21, there's an exception "undefined variable $href"
I have put below code in "employee-show.blade.php"
```
<div class="space-y-10">
<div>
<h2 class="text-xl font-medium">Choose a service from {{ $employee->name }}</h2>
<div class="grid grid-c...
Inertia
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...
Livewire
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...
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...
Livewire
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...
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...
Laravel
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...
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 :).