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
1 year ago. Last reply 1 year ago.
1
394
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
1 year ago. Last reply 1 year ago.
2
272
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
1 year ago. Last reply 1 year ago.
2
367
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
1 year ago.
0
351
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
1 year ago. Last reply 1 year ago.
21
2886
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
1 year ago. Last reply 1 year ago.
11
1140
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
1 year ago. Last reply 1 year ago.
1
268
Laravel

How can i added custom domain on multi tenent

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

Application Roles and Switching Functionality for Superadmin and Tenants

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...
exasad
Posted by exasad
1 year ago.
0
190
LaravelSolved

About security for laravel file marketplace

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