Questions tagged [laragon]

Laragon is a set of bundled development tools based on Apache, PHP, and MySQL or MariaDB that runs on Windows.

Laragon is a set of bundled development tools based on , , and or that runs on .

277 questions
1
vote
1 answer

Laragon (WAMP) - How to permanently disable ONLY_FULL_GROUP_BY for MySQL

In Laragon I want to permanaently disable ONLY_FULL_GROUP_BY for MySQL 8. I can do this in PHPMyAdmin, but each time I start Laragon. UPDATE my.ini only…
IlludiumPu36
  • 4,196
  • 10
  • 61
  • 100
1
vote
1 answer

PHP wont see ImageMagic enabled

I have a Laragon enviroment and a project that uses PHP 7.4. My 7.4 has ImageMagic enabled in the .ini, the .dll file is in the .ext directory. I even installed the latest ImageMagic for Windows. And yet, I get this error: You need to install the…
OurBG
  • 507
  • 1
  • 8
  • 22
1
vote
1 answer

How can I access laragon localhost from another computer in the same network

I want to view my Laravel project installed in local from another computer connected to the same network.I use laragon. I don't want to do this with php artisan serve. I want to set up a new virtual host. How can I do it. I have researched this…
furkan bozkurt
  • 133
  • 2
  • 14
1
vote
2 answers

Connecting Laravel with SQL Server database always shows error "could not find driver"

I want to connect Laravel (version 8), with a SQL Server database (SQL Server 2008 R2). I've done the installation and followed some tutorials with steps like the following, where the version I installed adapts to SQL Server 2008 R2, like this guide…
Muhammad Faisal
  • 734
  • 10
  • 24
1
vote
1 answer

Why the gulp browsersync() does not work with Laragon?

Some times ago I created the simple gulp file for to automate development a bit. At the time, I was just working with XAMPP and my gulpfile worked well. But for the last time I started using the Laragon and I have the issue. After gulp command in…
vicso
  • 31
  • 4
1
vote
0 answers

Laragon proxy setting wordpress download

when installing laragon on windows and taking WordPress it gives an error message (no file: c:\laragon\tm\20220329104527.wordpress.latest.tar.gz) I'm trying to open apps like WordPress
Naelco
  • 11
  • 2
1
vote
1 answer

Is this a BUG in Laragon / Laravel 8? - 2 or more projects trying to look for tables in each others database

I have 2 Laravel projects running on my Laragon setup. Individually they appear to work fine but if I am loading both in different Chrome windows then they will start to connect to the same database. Lets call the 1st one Crawler and the 2nd…
1
vote
1 answer

Migrating Live/production WordPress site to Laragon

I'm trying to set up my Live WordPress site into a local environment, Laragon. I have tried using a plugin call WPvivid, but it does not seem to be working correctly. So, that leaves me with 1) use another plugin or 2) manually move the site over, I…
Jon
  • 11
  • 1
1
vote
0 answers

Error starting mariadb on local laragon server (apache)

When Apache is loading on the local Laragon server, I get an error with starting the mariadb database. Here is the log, please, help me figure out with mysqld.log [Note] InnoDB: 5.7.14 started; log sequence number 4762627838 [Note] InnoDB: Loading…
Вася
  • 53
  • 10
1
vote
3 answers

Laravel - Sending mail not working, tinker hanging when trying to use sendmail via Laragon on Windows

In facts I found this question: Laragon and Laravel - sendmail not working ... but I decided to post a detailed new question, to get a response, that this issue is possibly a laravel bug... Thank you. OS: Windows 10 Laravel Version: 8.75 PHP…
SiL3NC3
  • 690
  • 6
  • 29
1
vote
1 answer

WordPress Installation Error - Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_add_default_theme_supports' not

Kindly assist me to resolve this error after installing my WordPress on a live server and the local one gave me this error and warning i couldn't get the site on the local server. I'm using Laragon for the local server. Please assist. The error…
maaua
  • 27
  • 4
1
vote
0 answers

How to access project.test (Laragon virtual host) from other device in one network WIFI?

I managed to access my local project on a server pc using a smartphone on one network by typing ipAddressServer/projectName/public. but I can't access it with virtual host projectName.test. how to access with virtual host?
BryanJo
  • 11
  • 1
1
vote
2 answers

Laragon auto Vartual host file gets reset on refresh

hi I have many sites that I want to test on local, so when I edit the files on auto virtual host files under Apache->sites-enabled->file name, after reloading laragon, the file resets to its original default contents, ex- Original
1
vote
2 answers

Javascript file won't load using laragon (ERR_ABORTED 404 (Not Found))

I cannot use/access the carousel.js file - GET http://name.test/js/carousel.js net::ERR_ABORTED 404 (Not Found) front-page.php
apolloB
  • 25
  • 5
1
vote
2 answers

How to run laravel websockets in laragon?

How to run laravel websockets in laragon? when run command to start websockets php artisan websockets:serve it's not working because https://i.stack.imgur.com/Ji9Z6.jpg and its still suck there https://i.stack.imgur.com/vcHH5.jpg this is error on…
shado
  • 21
  • 6