Hello, In het past I finished a Laravel project on windows. I have tried to export this project (a f...
$zip = new ZipArchive(); $res = $zip->open(Storage::disk('localTmp')->path($me...
Please, let me know if this is the specification for search() of Laravel Prompts, and let me know if...
So I've enabled CSP in my Laravel Website and it runs perfectly fine on localhost. However, the prob...
Recently I deployed Laravel Horizon to our production environment. For some reason, some jobs remain...
composer create-project laravel/laravel Workspace "10.*" composer require laravel/breeze -...
ERROR Command "config:show" is not defined. Did you mean one of these? ⇂ config:cache ⇂ c...
I want to share with you my framework for Laravel SPA creation. It is a client side framework that s...
nazimfeni liked this thread
Reverb Version 1.0.0-beta4 Laravel Version 11.0 PHP Version 8.3.4 Description [2024-03-23 03:12:41]...
Laravel Taxify provides a set of helper functions and classes to simplify tax (VAT) calculations wit...
I create a issue in https://github.com/laravel/framework/issues/50501, maintainer told me to discu...
public function account(): BelongsTo { return $this->belongsTo(Account::class); } #my transaction...
Fatal error: Uncaught Error: Class "Laravel\Octane\Octane" not found when using --watch Oc...
My application works fine in local but when i uploaded to staging server it starts giving error Unca...
rtaylor82 liked this thread
Hi, I have a command with the signature account:mylogin I'd like to get the output in a laravel test...
how to add a loading "spinner" while table is loading Laravel JS in this blade : `@extends...
Client error: GET https://www.instagram.com/reel/C3-Z_CcsuTF/?__a=1&__d=dis resulted in a 401 Un...
ksaif121786 liked this thread
Octane Version 2.3.2 Laravel Version 10.42.0 PHP Version 8.1 What server type are you using? Open Sw...
When i try to upload a image to a database/folder, it gives this error: fopen(C:\wamp64\www\x\public...
While implementing the Spatie CSP I'm getting following error in the console. 302 Refused to apply i...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community