Skip to main content

All Questions

Tagged with
-2 votes
2 answers
55 views

Why can't my laravel database be found now even if I had already used it a few days ago?

I'm new to using the laravel framework, and I'm struggling in starting my project due to several problems I've encountered while setting up. I'm currently using Linux as my command prompt and Xampp ...
Andy's user avatar
  • 1
0 votes
1 answer
39 views

Laravel project inside a legacy one

I'm trying to make a laravel project work inside a legacy site while we work on modernizing the entire code base. I've been able to make it work in my dev computer using valet creating a custom valet ...
Stefano Finetti's user avatar
0 votes
0 answers
33 views

Load main domain from a directory for a Laravel project

I have a domain example.com, as well as some sub-domains sub1.example.com, sub2.example.com, ..etc. I want to load the main domain from a directory to organize the directories to avoid having Laravel ...
user25934652's user avatar
0 votes
0 answers
157 views

How to set up Laravel Reverb in a production with Apache server

I am working on a website which is an online game using Laravel 11 with View 3 and Reverb (SPA without SSR for now). On the localhost the websockets work, but when I uploaded it to the production ...
Jivko Jelev's user avatar
0 votes
0 answers
46 views

Docker & Laravel & Vue - and get AxiosError 'Network Error'

I ran my app and attempted to log in, but encountered a failure and received an error in the console: AxiosError {message: 'Network Error', name: 'AxiosError', code: 'ERR_NETWORK', config: {…}, ...
yakov's user avatar
  • 611
0 votes
0 answers
24 views

Apache virtual host pointing to intermediary document root

I have this fodler structure: Path to my laravel project: /home/name/workspace/myProject Path to my intermediary indexes: /home/name/workspace/indexes/indexOne /home/name/workspace/indexes/indexTwo ...
Stefan's user avatar
  • 9
1 vote
0 answers
89 views

How can I make Laravel Reverb websockets work with Apache

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

Permission error on server for storage cache folder in laravel 8

I am getting this error from time to time on the AWS Linux server after clearing the cache as well. Cache is stored via command and from the website as well when we try to send notifications. ...
Bhargav Rangani's user avatar
0 votes
1 answer
38 views

Assets Not Loading in Vue and Laravel Project

Hey I need help with assets not loading which are using mix() or asset() project is based on vue and laravel hosted on apache on ubuntu os So my client's pipeline broke because .git file was deleted ...
Ibrahim Khurram's user avatar
0 votes
1 answer
44 views

Ajax/Livewire not working in Laravel project hosted on XAMPP Apache but works with php artisan serve

I have a Laravel project that I previously developed using XAMPP Apache and MySQL, and everything worked perfectly. However, when I started implementing Ajax or Livewire components in my project, they ...
Marz On's user avatar
0 votes
0 answers
25 views

Why Do I get a 500 Internal Server Error When Deploying A Laravel App to the Project Root Directory In Virtual Hosts Configuration?

My app will open to the laravel root if my vritual host config is like so: DocumentRoot /var/www/apps/rtracker/public/ <Directory /var/www/apps/rtracker/public/> But if I change to the project ...
Basic Blue's user avatar
0 votes
1 answer
178 views

How to get visitors remote IP behind a load balancer and Cloudflare and have the remote IP also available to Apache

I'm not entirely sure how to word this question as eloquently as it could be so please be gentle with me. We currently have 2 Apache/Nginx/Plesk Web Server VM's that are behind a Network Load Balancer....
PeteB's user avatar
  • 122
0 votes
0 answers
65 views

Docker - Laravel API return 404 Not Found

I dockerized a laravel project with apache and mysql using the following configuration : Dockerfile : FROM php:8.2-apache WORKDIR /var/www/html # Mod Rewrite RUN a2enmod rewrite # Linux Library RUN ...
KarimHachicha's user avatar
-1 votes
1 answer
296 views

Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request

I'm running a Laravel project using docker-compose and here's the docker-compose.yaml: version: '3.7' services: apis: ports: - "9000:80" build: dockerfile: Dockerfile ...
Mikko's user avatar
  • 1
1 vote
0 answers
52 views

PHP Apache problem with redirect URL - htaccess

I have a problem on my Laravel project using Apache. I am trying to access some network shared folders this way: $directory = "\\fileserver\public\office\technology"; $items = scandir($...
Cressi's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
99