Summer sale! Save 50% on access to our entire library of courses.Join here →
Laravel

The only missing course in Laravel enviroment is video call and live streaming

Hi, I think there is at least one course for every topic about Laravel on the internet except WebRTC. I figured out this topic it was hard. While I was looking options I did not see any free or paid good tutorial to do that. There is no good solution to build video call or live streaming using only...
orkunertekin
Posted by orkunertekin
1 month ago. Last reply 1 month ago.
3
196
Alpine.js

Alpine Js Course on how to create headless compoents

Hi Alex will you create a short course on how to create a headless component in alpine js
sohail49
Posted by sohail49
3 months ago. Last reply 1 month ago.
5
296
Feedback

Course Suggestion: Laravel Package Development

Hi Alex, I think it would be really neat if you created a course on Laravel package development. Just a suggestion! 😊
Johan
Posted by Johan
2 months ago. Last reply 1 month ago.
4
233
Feedback

Flutter New Course

When will we get flutter new course?
abaydullah
Posted by abaydullah
1 month ago.
0
98
LaravelSolved

Failing tests in CI

Howdy! 🤠 Let's dive in. We have three specific tests that constantly fail in CI. We are using GitHub Actions. `LoginTest` `LogoutTest` `RegisterTest` ``` FAILED Tests\Feature\LoginTest > a user can login NotFoundHttpException POST http://localhost/api/v1/login ``` The tests pass loc...
Haz
Posted by Haz
2 months ago. Last reply 2 months ago.
1
167
Vue.js

Vue js Course From scratch

Hello Alex, Can you create a course for Vue js from scratch? Thankyou very much!
endrit008
Posted by endrit008
2 months ago. Last reply 2 months ago.
2
162
Laravel

Linux Laravel Dev Set Up (non sail)

I currently use SAIL for development. I like it but I have a few issues. I do most of my dev on a laptop and use PHP storm. I think my laptop is struggling a little, though it is not awful - just slow set up and slow startup, indexing etc. I also can't get tailwind code completion working in phpstor...
vince42524
Posted by vince42524
2 months ago. Last reply 2 months ago.
2
156
Laravel

Prevent email verification if the email is already verified

Howdy! 🤠 I am trying to prevent a user from verifying their email if it has already been verified. It doesn't hurt to verify it again, nevertheless, that's what I'm trying to achieve here. I am using Laravel Fortify. `app()->singleton(VerifyEmailResponseContract::class, VerifyEmailResponse::clas...
Haz
Posted by Haz
2 months ago.
0
109
LaravelSolved

Problem with Laravel Sanctum

I have my api using laravel sanctum api for auth and in my api routes i have this ``` Route::get('/blog/{id}', BlogController::class); ``` and in my controller i have this ``` public function __invoke(Request $request) { $blog = Blog::where('id', $request->id)->first() return response->json(...
henry75958
Posted by henry75958
2 months ago. Last reply 2 months ago.
21
623
Laravel

Build an Appointment Booking System With Laravel

Friend, I have already finished the appointment booking project with Laravel, which has already built its administrative panel and it is all functional, but you see, I would like to know what would be the most appropriate way to add time periods when it is time to assign the employee's schedule? I a...
maykolcastro
Posted by maykolcastro
3 months ago. Last reply 2 months ago.
11
468