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
0
votes
0 answers

Can't install pear in windows 10 + laragon

I'm tryin to install PEAR in W10 + Laragon ( php 7.2 ), and I get this error: Beginning install... Configuration written to C:\Windows\pear.ini... Initialized registry... Preparing to install... installing…
Nicolas400
  • 563
  • 1
  • 7
  • 29
0
votes
2 answers

Laravel - ErrorException (E_ERROR) Undefined variable

I'm trying to add a dropdown menu to auth.register but I get error (Undefined variable). I have tried a lot of things but nothing happens. I have made changes in: RegisterController.php, Register.blade.php, web.php RegisterController.php: Add…
0
votes
1 answer

Does Laragon ignore .htaccess?

I'm trying to move a working project from XAMPP to Laragon. Everything is fine, but some directives I've put in my .htaccess don't work anymore: all modules seems to be enabled correctly. What I'm trying to have working again is the versioning for…
clod986
  • 2,527
  • 6
  • 28
  • 52
0
votes
1 answer

Can`t connect to myql from my local machine to remote server 10060

I have a windows server and I use laragon on my local machine and HeidiSql as an interface What I want to achieve: I want to connect from my computer to Windows server and connect to Mysql database. What have I tried: 1.I have granted permissions to…
Davis
  • 361
  • 1
  • 5
  • 19
0
votes
0 answers

Laravel RedirectIfAuthenticated not working after moving from XAMPP to Laragon

Previously I used XAMPP, then migrated to Laragon. when still using XAMPP my application is still functioning properly, but after migrating to Laragon it turns out that my application has an error, namely RedirectIfAuthenticated does not work, and…
JuNas
  • 432
  • 2
  • 7
  • 16
0
votes
1 answer

Yii 2 application deployment in laragon local server with virtual hosts

How to deploy yii 2 application on laragon local server ? Laragon automatically creates virtual host file but after changing that server breaks. Application is in C:/laragon/www/yii-app folder laragons created auto.yii-app.conf virtual host…
David
  • 111
  • 2
  • 13
0
votes
1 answer

Apache disable localhost redirection

i got a problem with apache conf with Laragon. so the case is : i got 2 subdomain subdom1.mysite.com (DNS Record to IP 1.2.3.4) subdom2.mysite.com (DNS Record to IP 1.2.3.4) IP 1.2.3.4 is my VPS everything went well, but i got a problem. when i…
0
votes
1 answer

Laravel passport 500 Internal Server Error

so im using laravel with passport and i am having issues. when i make a post request to my AuthController@login it is giving me a 500 internal server error. Here is what im working with Im using laragon with apache server and mysql for enviroment. I…
TJ Weems
  • 1,086
  • 3
  • 21
  • 37
0
votes
1 answer

how to run laragon virtual host on port 82

i have checked auto virtual hosts on my laragon, this virtual host was created, but since i am running on port 82 and not the default port 80 i cannot access sample.dev:82 nor localhost:82/sample.dev i have this in my hosts file 127.0.0.1 …
kudzai zishumba
  • 652
  • 2
  • 7
  • 12
0
votes
1 answer

Can't access Dingo Api routes in localhost

I have my laravel project created inside laragon/www folder and I'm using dingo/api package for routing. Here are my files routes/web.php
0
votes
1 answer

500 error on local Laragon website

I usually don't have any problem with Laragon as it works pretty good. I had no problem using Laravel. But recently, my laptop made a Windows update, and since it restarted, nothing works anymore. By nothing, I mean that when I try to load my…
Dunnbar
  • 53
  • 1
  • 8
0
votes
2 answers

Unable to perform this function "php artisan migrate"

I am unable to launch the homestead in the database of Laragon. It gives me the following error. "SQLSTATE[HY000] [1045] Access denied for user 'root'@localhost' Also, can anyone explain to me how to connect the MySQL server to Laravel from…
0
votes
0 answers

Imagick with laravel not throwing error

I am using imagick with laragon which i think i have configured properly since its showing in the phpinfo. I am trying to simply convert an image into pdf and i have doubled check the image exists. When i try to get the image via imagick it takes a…
Syed Abdur Rehman Kazmi
  • 1,640
  • 3
  • 13
  • 30
0
votes
0 answers

Not able to access localhost from Computer IP address

I am trying to access local project that is running on APP engine. I am using Google App Engine Launcher and its working fine with Postman. I can debug and see results but when I try to access the same app using IP address I get can't "can’t reach…
Epistemologist
  • 1,052
  • 3
  • 15
  • 34
0
votes
0 answers

Issue while setting up a new Laravel application with Laragon

When I create a new Laravel project un l'Aragon, it creates the database but not the folder for the new project. In the terminal, it shows this message: The specified path was not found