Browse Forum Podcast
All ThreadsLeaderboard
  1. Discussions

    1. Popular This Week
    2. Popular All Time
    3. Solved
    4. Unsolved
    5. No Replies Yet

kylef-fotf's avatar

Forge is setting git remote origin with HTTPS and not SSH

Is this normal? I noticed on some newer servers my origin url uses HTTPS, while previously it's always been SSH. I'm noticing this now, because none of my servers that are using that HTTPS remote url are deploying. Has Forge changed something recently?

kylef-fotf's avatar
kylef-fotf's avatar kylef-fotf1mo agoForge
7
4
Last reply by kylef-fotf 1mo ago
viewflex's avatar

Filament Address Pro — complete international address management for Filament (v1.0)

I've just released v1.0 of Filament Address Pro, a package that handles the full international address problem for Filament apps — not just a form component, but the complete system. What's included: Country-aware address forms for 256 countries and territories (17k+ subdivisions) Three input modes: Google Places autocomplete, freeform with auto-geocoding, or manual entry Addr

viewflex's avatar
viewflex's avatar LaryAI1mo agoFilament
1
1
Last reply by LaryAI 1mo ago
arifhossen's avatar

Best Way to Implement JWT Authentication in Laravel?

Hi everyone, I'm currently working on a Laravel project where I need to implement JWT authentication, but I’m unsure which approach is best suited for Laravel's latest versions. I’ve noticed several packages and methods, like tymon/jwt-auth and even Laravel's Passport, but I’d like some insights into what works best for: Security – ensuring tokens are secure and tamper-proof.

arifhossen's avatar
arifhossen's avatar wjvankeste...1mo agoLaravel
4
3
Last reply by wjvankesteren 1mo ago
Shivamyadav's avatar

How to load the angular js version 2 from the laravel vite instead of the mix?

I have setup the vite and removed the mix and scss is loading and working with the laravel but the angular js version 2 is breaking.   How can i setup the order as it is and avoid any siteApp issue form the angular itself this is how it was setup form the webpack. let mix = require('laravel-mix'); mix .sass('resources/assets/desktop/sass/app.scss', 'public/desktop/css/app.css

Shivamyadav's avatar
Shivamyadav's avatar Shivamyada...1mo agoVite
3
2
Last reply by Shivamyadav 1mo ago
spiritkiddie's avatar

Livewire 4 single file component event is not working

Dispatching event in blade is never received in any order blade component listener using livewire 4 single file component.

spiritkiddie's avatar
spiritkiddie's avatar imrandevbd1mo agoLivewire
1
5
Last reply by imrandevbd 1mo ago
Politeboat36's avatar

How to modify Session middleware for waking up a serverless database without blocking UI

Hello, I have a Laravel + Inertia application that uses a serverless database which shuts down if a database query is not received within one hour. Once shut down, it takes around 30 seconds to wake up. I admit this is awful, but I proposed multiple options to the client and they chose this with full knowledge. By default, Laravel stores sessions in the database, so when someon

Politeboat36's avatar
Politeboat36's avatar jlrdw1mo agoLaravel
8
1
Last reply by jlrdw 1mo ago
finlamit's avatar

Movie database relationships

Hi, My brain has melted somewhat, so throwing this out here to see what others would do. I am creating a movie database and there are three tables. Movies Actors Clips Movies have many Actors, and Actors belong to many Movies. Clips belong to one Movie, and Movies have many Clips. Clips belong to many Actors, and Actors have many Clips. Actors belong to many Movies, and Movies

finlamit's avatar
finlamit's avatar junaidalie...1mo agoEloquent
5
1
Last reply by junaidalie91-rgb 1mo ago
ninjapeps's avatar

Site not receiving events in prod

I have a site that uses reverb. Events are working just fine on my machine. However, it doesn't receive anything once uploaded to the dev server. window.addEventListener('DOMContentLoaded', function() { window.Echo.channel('makebid') .listen('MakeBid', (event) => { console.log('bid'); }) window.Echo.channel('closeauction') .listen('EndAuction', (event)

ninjapeps's avatar
ninjapeps's avatar ninjapeps1mo agoReverb
2
4
Last reply by ninjapeps 1mo ago
TheUsernameHasAlreadyBeenTaken's avatar

Parallel testing with a single database?

We have a legacy application that can't use seeding (and it would take forever to seed it properly anyway). We have thousands of tests and it takes a long time to run them. All tests are using the DatabaseTransactions trait. Is is possible to run tests in parallel? Like 8 or more threads.

TheUsernameHasAlreadyBeenTaken's avatar
TheUsernameHasAlreadyBeenTaken's avatar JussiManni...1mo agoTesting
3
1
Last reply by JussiMannisto 1mo ago
vinicioswentz's avatar

Laravel From Scratch 2026 source code

I was working through Laravel From Scratch 2026 when my MacBook unexpectedly stopped working and I lost all my progress. I know I should have been committing regularly, lesson learned, but I didn't expect a 2025 MacBook Pro to just die out of nowhere. Does anyone know where I can find the source code for the projects covered in the course? I've checked existing forum posts and

vinicioswentz's avatar
vinicioswentz's avatar vincent150...1mo agoLaravel
10
7
Last reply by vincent15000 1mo ago
MikelMedina's avatar

Is it worth defining helper methods on models that traverse relationship chains?

I have a nested relationship chain in my app: WorkoutSession → Microcycle → Mesocycle → Macrocycle → User → actualTrainer. I defined a helper method on the Microcycle model called actualTrainer() that traverses this chain internally: public function actualTrainer() { return $this->mesocycle->macrocycle->user->actualTrainer()->first(); } My question is: if I eager

MikelMedina's avatar
MikelMedina's avatar MikelMedin...1mo agoCode Review
6
1
Last reply by MikelMedina 1mo ago
gpapamichelakis's avatar

Laravel new with older version ?

Hey guys , I just realized that with the laravel installer is impossible to make a new project with the previous version ? ( I want to make a new project with version 12 with vue starter kit ) and is also impossible to add a starter kit to a existing composer installed 12 project ? Anyone has an idea if that is doable ?

gpapamichelakis's avatar
gpapamichelakis's avatar vincent150...1mo agoAI
14
1
Last reply by vincent15000 1mo ago
nestaho's avatar

How come the screens are not the same for lesson "Breaking Down Components"

https://github.com/laracasts/react-from-scratch/blob/episode-9/index.html In this file, it is not the same with the video (especially 4:46) in the above mentioned lesson which have different tag; and there is a section in the video. How come?

nestaho's avatar
nestaho's avatar nestaho1mo agoReact
3
5
Last reply by nestaho 1mo ago
sharonpaula76's avatar

Building a Scalable Uber-Like Taxi Platform – Architecture & Feature Discussion

Hi everyone 👋, I’d like to start a discussion around building a scalable Uber-like taxi platform for startups. I’ve been analyzing the SpotnRides Uber clone model and would love to exchange ideas about architecture, performance, and feature implementation from a Laravel perspective. The platform concept includes: Real-time ride tracking Intelligent driver-to-rider matching Disp

sharonpaula76's avatar
sharonpaula76's avatar jlrdw1mo agoAI
3
1
Last reply by jlrdw 1mo ago
gravity_global's avatar

GHSA-5vg9-5847-vvmq CRLF injection vulnerability in Laravel's email validation

I can't see any talk of this at all which is surprising as it affects every single Laravel app out there thats not on the latest 12 or 13 https://github.com/laravel/framework/security/advisories/GHSA-5vg9-5847-vvmq Shouldn't this at least deserve a 11.x patch? What's needed to get the fix back into that?

gravity_global's avatar
gravity_global's avatar DigitalArt...1mo agoLaravel
4
2
Last reply by DigitalArtisan 1mo ago
ninjapeps's avatar

Need help setting up for prod

(I keep getting a note saying I can't post links yet even though there aren't any links in my post so I've replaced http with hype) I've got reverb working on my local machine. Now I'm having difficulty getting it to work on the server. I think I've finally gotten supervisor to run properly already so now my only issue is that the sockets can't be read. In the network tab of de

ninjapeps's avatar
ninjapeps's avatar ninjapeps1mo agoReverb
5
1
Last reply by ninjapeps 1mo ago
ghabriel25's avatar

How to test Cache memoization

Hi, I really need any information about how to create performance test only for Cache memoization. Before Cache::remember('posts', 60, function () { return Post::all(); }); After Cache::memo()->remember('posts', 60, function () { return Post::all(); }); I'm not familiar with the flow behind cache memoization so I have no idea what should be considered when do perfo

ghabriel25's avatar
ghabriel25's avatar JussiManni...1mo agoLaravel
1
3
Last reply by JussiMannisto 1mo ago
vincent15000's avatar

Invite to upgrade the Laravel installer while creating a new Laravel application

Hello, When I create a new Laravel application, I have this invite. WARN A new version of the Laravel installer is available. You have version 5.25.3 installed, the latest version is 5.28.1. ┌ Would you like to update now? ───────────────────────────────┐ │ ● Yes / ○ No │ I choose Yes, but I get the same invite continuously.

vincent15000's avatar
vincent15000's avatar vincent150...1mo agoLaravel
11
13
Last reply by vincent15000 1mo ago
truschery's avatar

Package Code Review: Comprehensive Idempotency for Laravel (HTTP, Jobs, and Custom Closures)

Hi everyone, I’m developing a Laravel package designed to handle idempotency across an entire application. Why another package? While looking for existing solutions, I noticed most packages only provide HTTP Middleware. However, in real-world apps, we often need idempotency for Queues or specific code blocks. My package solves this by offering three layers of protection: HTTP

truschery's avatar
truschery's avatar truschery1mo agoCode Review
0
1
Randy_Johnson's avatar

Open AI and type "Roast me hard"

Please add what it puts, no cheating. Here's mine. You’ve got a software stack that looks like a recruiter’s fever dream—Laravel, React, Inertia, Node, Django, Flask, Kubernetes certifications—and yet half your projects still end up depending on “I’ll refactor it later,” which is developer code for “this works, don’t ask how.” You’re simultaneously building: an e-commerce platf

Randy_Johnson's avatar
Randy_Johnson's avatar Randy_John...1mo agoGeneral
4
2
Last reply by Randy_Johnson 1mo ago
zaster's avatar

Class 'Arcanedev\LogViewer\LogViewerServiceProvider' not found

I need to get rid of this Class 'Arcanedev\LogViewer\LogViewerServiceProvider' not found error. I am unable to visit my website in the production. Managed to avoid this error by taking out the package from the composer.json file etc...(Local Environment) But same thing didn't work on the production tried php artisan config:cache composer dump-autoload and still struggling.

zaster's avatar
zaster's avatar asifarham4...1mo agoGeneral
5
1
Last reply by asifarham44 1mo ago
june92's avatar

Can I code a web application from these cloud frameworks? Google AWS Microsoft

If I choose one of these well-architecture frameworks https://learn.microsoft.com/en-us/azure/well-architected/ https://aws.amazon.com/architecture/well-architected/ https://docs.cloud.google.com/architecture/fundamentals Can I use them to create a web application like Blog, Social Network, CRM, and a web application of any type? And after the architecture implementation desig

june92's avatar
june92's avatar june921mo agoDesign
14
3
Last reply by june92 1mo ago
june92's avatar

Can I get a job with a resume with a few web development projects, github pull request merges that fixed issues, and with no college degree?

Is this possible? And if so how many pull requests do I need to get hired for a company that is open source a month, and if I fix issues in these open source companies can I get a job there?

june92's avatar
june92's avatar JussiManni...1mo agoGeneral
6
3
Last reply by JussiMannisto 1mo ago
june92's avatar

Has anyone here used UX case studies and User Research & Personas to find "real frustration" for a Problem Statement?

Has any Laravel Developer here tried to use UX case studies and User Research & Personas to find "real frustration" for a Problem Statement? And if so, do some web developers do this and if they are trying to find "real frustration" for a REI CRM, for example, and then they find no paint points from User Research and interviews either on Reddit or other

june92's avatar
june92's avatar imrandevbd1mo agoGeneral
1
1
Last reply by imrandevbd 1mo ago
digcrow's avatar

Issue with Video player and suggestions.

Hello @JeffreyWay, First, I want to thank you for all the hard work, generosity, and effort you put into making knowledge accessible and easy to understand. You've been one of my teachers since 2017, and you've helped and inspired me a great deal. I've noticed a couple of issues/bugs: 1. Video playback speed is overwritten on page load When I set the playback speed to 1.5x, it

digcrow's avatar
digcrow's avatar LaryAI1mo agoFeedback
1
1
Last reply by LaryAI 1mo ago

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.