Skip to main content

Questions tagged [laravel]

The tag has no usage guidance.

0 votes
0 answers
7 views

azure devops pipeline php laravel yaml PDOException: SQLSTATE[HY000] [2002] Connection refused

PDOException: SQLSTATE[HY000] [2002] Connection refused with 15 error like ,I am already hosting my website on Azure and it is working fine. However, I need to add one CID pipeline using Azure Devops ...
Rejeesh K V's user avatar
1 vote
0 answers
65 views

How can I make reverse proxy for websocket requests on apache

I have a website written on Laravel with Reverb for websockets. Everything works except websockets. They are sent from the browser to the server in the form wss://mydomain.com/app (which throw an ...
Jivko Jelev's user avatar
0 votes
0 answers
39 views

Laravel App Working on HTTP but Not on HTTPS (403 Error)

My Laravel application functions properly with HTTP URL but having an issue with HTTPS, displaying the error message Failed to load resource: the server responded with a status of 403 () kindly review ...
AskSEOTools's user avatar
0 votes
0 answers
55 views

NGINX proxy pass not working with Laravel application. No routes other than / can be accessed from proxy domain. Gets a 404. How to solve?

I have a Laravel 7 application running on a separate server, let's assume it is SERVER A with domain serverA.com. The application is behind NGINX. I have another server, SERVER B. I want to proxy pass ...
Sajid Anam Ifti's user avatar
0 votes
0 answers
27 views

Laravel Form Set Default Selection

@section('page-action') {{ Form::select('item_type', $product_type, null, ['id' => 'item_type', 'class' => 'form-control select ', 'required' => 'required', 'placeholder' => 'Type de ...
Mert Kale's user avatar
1 vote
1 answer
2k views

How to successfull configure nginx for laravel reverb websocket?

Triying to setup ssl for laravel reverb using nginx on ubuntu Laravel reverb docs /etc/supervisor/conf.d/websockets.conf [program:websockets-l11] command=/usr/bin/php /var/www/l11/artisan reverb:start ...
Jhordy Said Barrera's user avatar
0 votes
1 answer
704 views

NGINX 403 ACCESS DENIED

I have this problem in nginx, it is a Laravel application. but it is in a user's folder /home/user/projects, I already tried with 777 nginx owner of the folders but it still shows the error FastCGI ...
Pablo Vazquez Alvarado's user avatar
0 votes
1 answer
84 views

Why my AWS T2.Medium EC2 CPU utilization is at 27% constant, but on running top command shows 100%?

I am running my PHP Laravel application in AWS EC2 instance (T2.Medium, 2 core) through Laravel Forge. For 5 months continuously I am seeing constant CPU utilization of 27% in the AWS console graph. ...
Angom's user avatar
  • 101
0 votes
1 answer
297 views

Hosting Laravel Filament apache server responded with a MIME type of ""

I been trying to host my laravel filament project into my server using apache but upon deployment i met 2 problem i never seen before pic related Failed to load module script: Expected a JavaScript ...
Gagas Amukti's user avatar
0 votes
1 answer
351 views

Laravel app routes not working when using domain name (fine with IP address) on AWS Lightsail

I am running a Laravel 10.x application on an Amazon Lightsail server here - 18.134.48.92 Currently when browsing to http://18.134.48.92/login I am correctly shown the login page (I am using Laravel ...
Zabs's user avatar
  • 211
0 votes
0 answers
180 views

Issue with Laravel ECS Deployment: Access denied for user 'forge'@'10.0.20.124'

I am facing an issue with my Laravel application deployment on AWS ECS. The deployment process involves Jenkins, AWS ECR, and ECS. The new task is created, but there's an "Access Denied" ...
Spiral's user avatar
  • 101
0 votes
0 answers
296 views

Permission issues in docker + laravel

I've been having this problem for a week and I don't know how to solve it. I started a small laravel project with Docker and Docker's mysql doesn't work at all. It keeps crashing by itself, when ...
Sapinn's user avatar
  • 1
0 votes
0 answers
127 views

How do i run assets (npm run production) on an elastic beanstalk laravel application?

I have a laravel application, running on an AWS eb instance (elastic beanstalk).I have uploded the code, and connected a database and everything works fine without any errors. But i need to compile ...
danielh's user avatar
1 vote
1 answer
83 views

How to track down company wide connection issues to a specific web location?

I've tried asking on StackOverflow without success so I hope I this community can help me track down this issue. We have a web app that many people in the company need to access. Occasionally the web ...
PeterTheLobster's user avatar
0 votes
0 answers
52 views

Configuring database alarms for and AWS RDS datbase

I'm using an AWS RDS MySQL 8.0db.t3.micro 100GB DB for an app and am trying to determine the best alarms to set (the Laravel application is served through Vapor and through their UI, you can receive ...
Eric's user avatar
  • 113

15 30 50 per page
1
2 3 4 5
7