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
-...

Posted by philipp71206
8 months ago. Last reply
4 months ago.
General discussion
Hi All,
When you deploy a Laravel project for production what are your usual artisan commands for optimization?
If you have an article that you can share please comment it down.
Also, what are your configuration for the LOG_* in the env do you just leave the defaults?
```
LOG_CHANNEL=stack
LOG_ST...
Laravel
Laravel Database: Query Builder Every Relationship With Example Course need like Eloquent ORM
or Make Course Query Builder vs Eloquent ORM Compare Two Type
https://laravel.com/docs/11.x/queries
https://laravel.com/docs/11.x/eloquent
Laravel
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...
Laravel
https://laravel.com/docs/11.x/mongodb
Two weeks ive been trying to solve this one simple problem.
I have simple page that shows list of users. there is also a basic search functionality. All i want to do is console log number of <li> tags after search is performed. The problem is that console is always one step behind and shows the n...
Laravel
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
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...