Inertia
Hey Alex and community,
How would you handle payment failed when using Laravel/InertiaJS? Any course on codecourse or online reference?
So far, I have this plan:
- Add a new middleware to check for $user->hasIncompletePayment()
- If user has incomplete payment (or past_due status), I redirect the...

Posted by BilalHaidar
1 year ago.
Livewire
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\...

Posted by MichaelFayez
1 year ago. Last reply
1 year ago.
General discussion
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 ?...

Posted by patrick30780
1 year ago. Last reply
1 year ago.
General discussion
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...

Posted by itsraghz
1 year ago. Last reply
1 year ago.
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...

Posted by d3lus10n
1 year ago. Last reply
1 year ago.
General discussion
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?
Laravel
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; ?>', {...

Posted by basit22262
1 year ago. Last reply
1 year ago.
General discussion
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

Posted by ultimateBusiness
1 year ago. Last reply
1 year ago.
Livewire
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...

Posted by Happydays
1 year ago. Last reply
1 year ago.
Laravel
how can laravel design a good comment system ?