Vue.js

show the results in a modal on the meilisearch course

Hi, Hope you can help out. I finished the Meilisearch course (@alex thanks again for the great course) and integrated it within the Starterkit course. I would like to have the search results in a modal (just like codecourse.com :-) ) . Everything works fine, but the results aren't "clickable" becau...
Arjan
Posted by Arjan
3 months ago.
0
233
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
4 months ago.
0
243
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
340
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
563
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
267
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
4 months ago. Last reply 4 months ago.
1
238
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
194
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
4 months ago. Last reply 4 months ago.
1
228
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
217
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
574