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
6 months ago. Last reply 4 months ago.
5
355
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
4 months ago. Last reply 4 months ago.
4
274
Feedback

Flutter New Course

When will we get flutter new course?
abaydullah
Posted by abaydullah
4 months ago.
0
140
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
4 months ago. Last reply 4 months ago.
1
236
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
4 months ago. Last reply 4 months ago.
2
195
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
4 months ago. Last reply 4 months ago.
2
235
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
4 months ago.
0
169
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
5 months ago. Last reply 4 months ago.
21
1192
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
5 months ago. Last reply 5 months ago.
11
550
Laravel

Laravel 11 File marktplace errors

You passed an empty string for 'account'. We assume empty values are an attempt to unset a parameter; however 'account' cannot be unset. You should remove 'account' from your request or supply a non-empty value. https://pastebin.com/pzYcHwxu On register no set stripe id In onboarding give error
Eth0
Posted by Eth0
5 months ago. Last reply 5 months ago.
1
184