Browse AI Field GuideForum Podcast
All ThreadsLeaderboard
  1. Discussions

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

vincent15000's avatar

Merry Christmas to everyone !

Merry Christmas to everyone !

vincent15000's avatar
vincent15000's avatar jlrdw5mos agoGeneral
3
1
Last reply by jlrdw 5mos ago
MarkTierney's avatar

Testing Stripe Webhooks 403 error

Hi, I'm trying to test my stripe webhooks. Everything works fine testing manually locally. But when I run phpunt I get a 403 response on every webhook If I comment out the VerifyWebhookSignature code in the Cashier package I get a 200 response. I have my STRIPE_WEBHOOK_SECRET defined as an environment variable but it's not verifying it for some reason. Even when I disable the m

MarkTierney's avatar
MarkTierney's avatar asim-ali-p...5mos agoLaravel
16
1
Last reply by asim-ali-peerzada 5mos ago
stackprogramer's avatar

How restore db in laravel when i remove db completely first

I need a chunk restore method, because db and files are too big, files extracts successfully. but for db after ajax request time 2 and 3 we had error in provider....middlewares.... I added exception for restore method but it wasn't fixed..... Error: [2025-12-18 14:53:53] local.ERROR: Attempt to read property "headers" on null {"userId":1,"exception"

stackprogramer's avatar
stackprogramer's avatar stackprogr...5mos agoLaravel
8
19
Last reply by stackprogramer 5mos ago
carlosanjos's avatar

Docker Image with Wayfinder

I'm trying to create a Docker image using the latest Laravel version with the starter kit React + Laravel's built-in authentication + Pest. My image has 3 stages. The first building assets, the second running composer install, and the last one building the app. I know Wayfinder needs PHP to run scripts, but I don't get why I need to install PHP's dev libraries. RUN composer ins

carlosanjos's avatar
carlosanjos's avatar bwjoyce5mos agoDevOps
2
1
Last reply by bwjoyce 5mos ago
J-LXXXIX's avatar

Laravel 12 - Vue-Starter-Kit - User info exposed after logout?

This might be a non-issue but figured I should ask the community. I recently cloned the Laravel 12 Vue Starter Kit at: https://github.com/laravel/vue-starter-kit Without making any changes and just exploring the Auth register/login/logout. I noticed my user information was still available after logging out within the source. This happens in the demo too. To replicate the steps,

J-LXXXIX's avatar
J-LXXXIX's avatar J-LXXXIX5mos agoLaravel
8
3
Last reply by J-LXXXIX 5mos ago
apichet7977's avatar

Livewire 4 does not work on subfolders.

public function boot(): void { Livewire::setUpdateRoute(function ($handle) { return Route::post('/livewire4/livewire/update', $handle) ->name('app.livewire.update'); }); } Customizing Livewire's update endpoint is not available. The result displayed is "http://localhost/livewire4/livewire/update 404 (Not Found)."

apichet7977's avatar
apichet7977's avatar apichet797...5mos agoLivewire
2
1
Last reply by apichet7977 5mos ago
karinegomes's avatar

List of available languages

Hey! I'm working on a multilingual project, and I was wondering if there's any function or helper package available on Laravel that retrieves all the languages defined on resources/lang, instead of manually adding a new language to an array everytime a new one is set up. So, if we need to loop through all the languages available, everytime a new locale is added to resources/lan

karinegomes's avatar
karinegomes's avatar JussiManni...5mos agoLaravel
8
1
Last reply by JussiMannisto 5mos ago
sigkydj's avatar

how to update laravel /tenancy app

I have a Laravel 12 app using stanch/tenancy. When I try to update it with "composer update", it breaks the routes and only accesses the main user's login and dashboard. Does anyone know how to fix this?

sigkydj's avatar
sigkydj's avatar sigkydj5mos agoLaravel
0
1
questionAndy's avatar

Error installing homestead box

So i am installing homestead step by step using the official laravel guide, but got an error, is this a bug or am i missing something? It says that there are no available versions that matches constraints, but then they show 13.0.0 as available version so why does it throw such an errror? I did not edit any files. Straight up git clone, init.bat, vagrant up and got this error.

questionAndy's avatar
questionAndy's avatar Voyowsky-6...5mos agoGeneral
8
1
Last reply by Voyowsky-6874182 5mos ago
yougotnet's avatar

How to allows user to build custom forms

I have an application where I need to allow the user to build a custom Survey forms and they design their own questions. I've done this before but wanted to see how others have accomplished this. The process involves the user building the custom form, then display the form for user input, storing the form input and generating a report based on the custom form data. Any input is

yougotnet's avatar
yougotnet's avatar raobilal48...5mos agoDesign
3
1
Last reply by raobilal4822 5mos ago
Punksta's avatar

tinker error

Seems to work, but always starts with "The system cannot find the path specified.". Windows 11, fresh Laravel 12.39.0 project Any ideas ?

Punksta's avatar
Punksta's avatar Punksta5mos agoLaravel
2
1
Last reply by Punksta 5mos ago
mgksmv's avatar

Close filter dropdown on "Apply filters" button click

How can I make table filters dropdown close after I click on "Apply filters" button? My client wants the dropdown to close after clicking but I didn't find a solution for this.

mgksmv's avatar
mgksmv's avatar mgksmv5mos agoFilament
0
1
ezmiks's avatar

How to enforce immediate type safety on a ValueObject-casted model property?

Hello, I have a model DepositMethod, and one of its property is called cost_settings I casted it like this: 'cost_settings' => AsCollection::of(CostSettingData::Class) but as far as I know, this casting only mutates the data when accessed. Is there a way to also enforce error if any value formats other than CostSettingData is provided? Because when I push data like $deposit

ezmiks's avatar
ezmiks's avatar ezmiks5mos agoLaravel
0
1
eddieace's avatar

Livewire 3: Uncaught (in promise) Component not found: {some_id} Open discussion

One common problem that occurs is these issues with "Component not found". I understand the root cause, which is that it needs a key to keep track of. Still, in many cases, at least for me, it's someone else who built something somewhere in the codebase, and the only way I have to figure out where is to comment out components until I find the one that is missing a key

eddieace's avatar
eddieace's avatar DoubleClic...5mos agoLivewire
1
1
Last reply by DoubleClickDesignLtd 5mos ago
pkundariya's avatar

Real estate website option in laravel

is there any real estate cms option in laravel?

pkundariya's avatar
pkundariya's avatar pkundariya5mos agoLaravel
4
1
Last reply by pkundariya 5mos ago
Mega_Aleksandar's avatar

Writing business proposals and contracts

Hello everyone, Apologies in advance if I am out of place here with this kind of question. If you know a better place to ask it, let me know, but you guys are all I've got. As I am diving deeper into the business world, coding is not enough, understanding systems is not enough. How do I actually get a client, hook them to sign the contract, make the proposal and contract comple

Mega_Aleksandar's avatar
Mega_Aleksandar's avatar vincent150...5mos agoGeneral
7
1
Last reply by vincent15000 5mos ago
tnort's avatar

Spotify api consumed by React app through Laravel api

Hi all, I have a more general question but I highly appreciated any help. I am building and React app that basically searches for albums by letting the user enter desired album title. As the user clicks the search button I would like to send a request from my React app to my Laravel API which should basically attach the Auth Token to the request and fetch the required data from

tnort's avatar
tnort's avatar KaylaRoger...5mos agoGeneral
3
2
Last reply by KaylaRogers 5mos ago
azuresky7@gmail.com's avatar

Model Domain Architecture (MDA)

Hey everyone I created MDA to solve a real problem in my company: developers organizing code differently across projects (some used repositories, others put everything in controllers, some tried DDD halfway...). What is MDA? An opinionated starter kit that organizes Laravel projects around models, with clear separation: Actions, Finders, Queries, Repositories by model Predictab

azuresky7@gmail.com's avatar
azuresky7@gmail.com's avatar azuresky7@...5mos agoLaravel
9
1
Last reply by [email protected] 5mos ago
sharkblue58's avatar

Is Tymon/jwt-auth a real refresh/access tokens system ?

I’m concerned about whether this approach is truly secure and reliable for production systems. Are there risks in rolling your own refresh token logic with Tymon/JWT compared to using a framework that handles it natively?

sharkblue58's avatar
sharkblue58's avatar martinbean5mos agoLaravel
2
1
Last reply by martinbean 5mos ago
adamnet's avatar

Min and max values for number field in blade view

Hello. I have a blade view with a form which has a field of type number. Quantity: Is it possible to have dynamic min and max values calculated by the controller's method?

adamnet's avatar
adamnet's avatar vincent150...5mos agoLaravel
3
1
Last reply by vincent15000 5mos ago
laracoft's avatar

Public facing Filament 4 form with Tailwind 4

I'm using Filament 4 and Tailwind 4 to build a public facing Filament form using these references https://laraveldaily.com/post/filament-appointment-booking-re-use-admin-panel-form-on-public-page https://filamentmastery.com/articles/guide-to-using-filament-components-in-public-facing-pages I also had to add @import '../../vendor/filament/filament/resources/css/theme.css'; i

laracoft's avatar
laracoft's avatar laracoft5mos agoLaravel
4
1
Last reply by laracoft 5mos ago
vincent15000's avatar

Private arrays with Livewire

Hello, I initialize private arrays in the mount method and those arrays arent dynamic, they just content some datas that don't have to be shared to the front. I have some input fields to type some values binded with wire:model.live. Each time I type a value, the private arrays become empty. What happens ? Thanks for your help. V

vincent15000's avatar
vincent15000's avatar vincent150...5mos agoLivewire
14
2
Last reply by vincent15000 5mos ago
muuucho's avatar

Livewire - manipulate data before validation

I am learning Livewire 3. After submitting a form, I like to manipulate data before validation. I like to do this before validation: $price = str_replace(',', '.', $price); How can I make thise work?

muuucho's avatar
muuucho's avatar sllkevin5mos agoLivewire
7
1
Last reply by sllkevin 5mos ago
sanjayacloud's avatar

Cannot run ./vendor/bin/sail up -d

I am trying to setup vapor in my local. I ran ./vendor/bin/sail up -d command and return me below errors. Processing triggers for man-db (2.9.1-1) ... #0 153.6 npm ERR! code EBADENGINE #0 153.6 npm ERR! engine Unsupported engine #0 153.6 npm ERR! engine Not compatible with your version of node/npm: [email protected] #0 153.6 npm ERR! notsup Not compatible with your version of node/npm

sanjayacloud's avatar
sanjayacloud's avatar terlebach5mos agoVapor
4
1
Last reply by terlebach 5mos ago
laracoft's avatar

Disks for my package

If my package requires its own entries in config/filesystem.php, what is the best way to get them in place without requiring the developer to go through my README.md?

laracoft's avatar
laracoft's avatar martinbean5mos agoLaravel
2
1
Last reply by martinbean 5mos 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.