Livewire

why the post didn't save in the database

I've tired for many days didn't know why the post didn't save in the database :- Here is the create component :- ``` <?php namespace App\Http\Livewire\Design; use App\Models\Design; use App\Models\Post; use App\Models\Project; use App\Models\Team; use Livewire\Component; use Spatie\MediaLibrary\...
michael37440
Posted by michael37440
4 months ago. Last reply 4 months ago.
1
343
General discussion

List of all courses/lessons ?

Hello, I'm trying to find a list of all available courses on Codecourse. If I start with https://codecourse.com/subjects , I'll miss all the courses not in those subjects, for instance https://codecourse.com/courses/practical-git and many others. Is there a way to see all available courses ?...
patrick30780
Posted by patrick30780
5 months ago. Last reply 5 months ago.
8
570
General discussion

How do I start with the courses - from the beginning ?

Hi, I have been a good old fan of Alex during the days he used to run phpacademy and after a long time got an opportunity to become a Pro member for the lifetime today! :) Very happy to be part of the group . I have a few basic questions. 1. If I am interested in a particular topic say vue.js a...
itsraghz
Posted by itsraghz
4 months ago. Last reply 4 months ago.
2
269
Inertia

Filter records with infinite scrolling using Vue and Inertia

Hewo, I have this code where infinite scroll is implemented in an app with Laravel, Vue and Inertia using the IntersectionObserve API. On the back-end side everything is set up as usual, but I'm very lost on how to make it work on the front-end using Vue and Inertia router. I've tried so many thin...
d3lus10n
Posted by d3lus10n
5 months ago. Last reply 4 months ago.
1
242
General discussion

Any plan for subscription system alternative to codecourse with Inertia and Stripe (maybe Cashier)?

Hey @alex I would or maybe others want a course for subscription system alternative with codecourse with Inertia. Do you have any plan for this?
pro
Posted by pro
4 months ago. Last reply 4 months ago.
1
195
Laravel

Protecting APIs using bearer token

Hi Everyone, I need help to understand something. I'm using Alpinejs in Wordpress custom plugin to fetch and post data using APIs which I built in Laravel sanctum. I'm using following fetch function fetchItems() { fetch('<?php echo $apiUrl; ?>', {...
basit22262
Posted by basit22262
5 months ago. Last reply 4 months ago.
1
230
General discussion

Build a Webcam and Screen Sharing Site With Livewire?

Hi there, is there a plan to make the course "Build a Webcam and Screen Sharing Site With Inertia" as a Livewire-version as well? Would be a good example of a more complex project to see it also in Livewire for better comparability ;-) Best, Sven
sven44300
Posted by sven44300
5 months ago. Last reply 5 months ago.
2
219
Livewire

Go Livewire instead of Inertia or not?

Hey team. I've been working with Vuejs for about 3-4 years now and with Livewire 3 I'm having a hard time to decide if I should start working with Livewire instead of Vuejs and Inertia. I work as a solo developer in a company, but in the future we might employ another one. Finding someone who mast...
Happydays
Posted by Happydays
5 months ago. Last reply 5 months ago.
3
587
Laravel

how can laravel design a good comment system

how can laravel design a good comment system ?
liu
Posted by liu
5 months ago. Last reply 5 months ago.
1
297
Vue.js

Vue 3 SPA with Laravel Sanctum

Hi, Has anyone been in similar situation? I am following Alex's course for vue SPA with Laravel Sanctum but I keep getting 419 errors right from the start. Has anything changed with the latest versions of Laravel and Vue? which makes his code not working for me. Also, can I get the source code o...
salman15803
Posted by salman15803
5 months ago. Last reply 5 months ago.
3
335