Skip to main content

Questions tagged [laravel]

The Laravel framework is an open-sourced PHP web framework that allows developers to create dynamic and scalable web applications. The source code of Laravel is hosted on GitHub and released under the MIT license.

0 votes
0 answers
5 views

Running MQTT publish command in Laravel queue with database option fails but in sync it works

I am working on an app the has a background job that publishes command to an mqtt broker and when the queue is in sync it works but when it is database it only sends 1 out of 2 commands (separate ...
Petar Vasilev's user avatar
0 votes
0 answers
5 views

Issue Reflecting Modifications in RadiusDesk Application Built on CakePHP and Ext JS

I am currently working on modifying parts of the RadiusDesk application built on CakePHP and Ext JS. I tried running the application via Docker, but any changes I made did not reflect on the page. I ...
ahmed adel abdulla's user avatar
0 votes
1 answer
15 views

Livewire encountered corrupt data when trying to hydrate a component Filament Relation Manger

Select::make('fees_description') ->label('الرسوم') ->preload() ->multiple() ->live() ->options(Fee::all()-...
Muhammad Essam's user avatar
0 votes
0 answers
18 views

Laravel "reset" password doesn't work but "forgot" password does

Using Laravel 11 with Breeze, the Reset Password page is not working as intended. When user fills out the form and presses the button, the page just redirects immediately back to the homepage. No ...
d c's user avatar
  • 1
0 votes
1 answer
20 views

Laravel Queues do not work on production server

Faced with this problem: On a locally deployed server (Laravel Herd), I created a Job that gets the track number of an order from the delivery service API. I specified QUEUE_CONNECTION=database in ....
bifshteksex's user avatar
0 votes
0 answers
10 views

Laravel session writes to dynamodb jumped 10x after deployment and have not gone down after rollback

I deployed some code changes on our production app this Tuesday onto our AWS ECS and it immediately started to cause timeout and slowness issues. I quickly rolled back to the previous commit but the ...
bones's user avatar
  • 838
0 votes
0 answers
8 views

Set laravel/valet and PHP working on Win10 not working, php not loading even with XAMPP

I have been struck with issues after issues when i try to get a php based website running on this computer. I have read so many articles and tried to figure what could have been missed, am also a ...
DCMator's user avatar
0 votes
0 answers
34 views

Implementing end to end encryption (react js , laravel)

I need to implement end to end encryption between front (reactjs) and back (laravel). What I try to do is encrypt data in front using package cryptojs, send it using axios to backend, in the backend I ...
user26307664's user avatar
0 votes
2 answers
27 views

How to get a link with subdomain either using url() helper or route() helper in Laravel?

I have set up my subdomain domain routes like this:- Route::group(['domain' => '{subdomain}.' . env('APP_URL'), 'prefix' => 'console', 'namespace' => 'admin', 'middleware' => 'subdomain'], ...
Saswat's user avatar
  • 12.6k
-1 votes
0 answers
12 views

How to open *.docx file with editor of the OS?

On laravel 10 / filament 3 site I create and save *.docx file with "Word2007" format using phpoffice/phpword library under site storage(I keep path of the generated file). After saving of ...
Petro Gromovo's user avatar
0 votes
0 answers
10 views

Livewire Component Redirects to /livewire/update one time in Production but Works in Development

Issue: I'm building a full stack Laravel 11 application with Livewire. In development, everything works fine, but in production, when I make the first component update, it redirects me to GET /...
Twfyq Bhyry's user avatar
0 votes
0 answers
13 views

How to create Infinite Scroll with Laravel Folio and Livewire Volt?

I want to create an infinite scroll using Laravel Folio and Livewire Volt. The default amount of data on this page is 10, and when the user scrolls down to the footer, there should be 10 more data ...
Hilmi Hidayat's user avatar
0 votes
1 answer
20 views

Laravel : installation shoppingcart failed

//my composer.json { "name": "laravel/laravel", "version": "11", "type": "project", "description": "The ...
lara's user avatar
  • 1
0 votes
0 answers
9 views

Why I can notinstall husam-tariq/filament-database-schedule On laravel 10 / livewire 3 site?

On laravel 10 / livewire 3 site I try to add husam-tariq/filament-database-schedule package, but I have an error : $ composer require "husam-tariq/filament-database-schedule:*" -W ...
Petro Gromovo's user avatar
0 votes
2 answers
18 views

Laravel 11 Heroku: Database file at path [/app/database/database.sqlite] does not exist

I have upgraded my laravel application from 10-11 using Shift. Everything seems fine locally, when I deploy it to Heroku I get this error, I am not using any database in my application: Database file ...
Salar Houshvand's user avatar

15 30 50 per page
1
2 3 4 5
14162