Alpine.js
Hi Alex
will you create a short course on how to create a headless component in alpine js
Feedback
Hi Alex,
I think it would be really neat if you created a course on Laravel package development.
Just a suggestion! 😊
Feedback
When will we get flutter new course?
Posted by abaydullah
4 months ago.
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...
Vue.js
Hello Alex,
Can you create a course for Vue js from scratch?
Thankyou very much!
Laravel
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...
Laravel
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...
Posted by Haz
4 months ago.
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(...
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...
Posted by maykolcastro
5 months ago. Last reply
5 months ago.
Laravel
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