Inertia

Handle payment failed in Laravel Cashier

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...
BilalHaidar
Posted by BilalHaidar
1 year ago.
0
415
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\...
MichaelFayez
Posted by MichaelFayez
1 year ago. Last reply 1 year ago.
1
513
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
1 year ago. Last reply 1 year ago.
8
824
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
1 year ago. Last reply 1 year ago.
2
466
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
1 year ago. Last reply 1 year ago.
1
925
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
1 year ago. Last reply 1 year ago.
1
374
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
1 year ago. Last reply 1 year ago.
1
446
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
ultimateBusiness
Posted by ultimateBusiness
1 year ago. Last reply 1 year ago.
2
419
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
1 year ago. Last reply 1 year ago.
3
1232
Laravel

how can laravel design a good comment system

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