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!

Posted by endrit008
1 year ago. Last reply
1 year ago.
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...

Posted by vince42524
1 year ago. Last reply
1 year ago.
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...
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(...

Posted by henry75958
1 year ago. Last reply
1 year ago.
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
1 year ago. Last reply
1 year 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
Laravel
i see Laravel Multi-tenancy Basics tutorial but how can i added custom domain, like i have example.com and my tenent sub domain hey.hello.com
how can i added example.com on hey.hello.com working sub domain and my new domain

Posted by exasad
1 year ago. Last reply
1 year ago.
Laravel
My application features three roles: the main role is superadmin, and each tenant has two roles: admin and user. When logged in as a superadmin, I can view all tenants on the superadmin dashboard. Each tenant dashboard includes a switch button. Clicking this button allows me to seamlessly switch to...

Posted by exasad
1 year ago.
I asked a question and they answered this about the file marketeplace laravel 2023, I decided to take the course back as a real project, the answer was a bit vague, what would improve security? just a doubt
Thanks in advance.
answer sent to me by a user 11 months ago:
Yes but keep in mind that you...