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
2
votes
1 answer

Laragon Sites-Enables stopped working

I have been learning the Laravel framework and I used Laragon to get started. Laragon sets up my web server and my Hosts file so that I can access my work through the browser. Normally, I would boot up the server using the fancy "Start" button in…
gente002
  • 63
  • 1
  • 9
2
votes
1 answer

Codeception unit test error: Class not found

I followed Codeception's quick start guide (http://codeception.com/quickstart) and read their documentation (http://codeception.com/docs/05-UnitTests). I have managed to set up the testing environment, and Created the unit test file (php…
user2363181
2
votes
1 answer

mysqld.exe - application error on Laragon start

I just installed Laragon but when it wants to start its services, it "freezes" when mySQL have to be launched, then shows me that message : mysqld.exe - Application Error This application was unable to start correctly (0xc000007b). Click OK to close…
Kévin Bibollet
  • 3,573
  • 1
  • 15
  • 33
2
votes
0 answers

Laravel and Laragon from Windows to Linux

Ok so I've been using Laragon 2.2.2 on Windows, and Laravel (the latest version I believe), and for now the whole thing was sitting in C:\laragon\www\site. Now I need to move the site to a local host, on a Linux virtual machine (the virtual machine…
Pierre Lartigau
  • 177
  • 1
  • 2
  • 17
2
votes
0 answers

phpunit fails on laragon on windows 10

I am developing project with laragon on windows 10 , i have installed phpunit 6.2 via composer. when i run phpunit command to run test in laravel project the following error occured Warning: is_dir() expects parameter 1 to be a valid path, object…
Dhiraj Wakchaure
  • 2,596
  • 6
  • 21
  • 37
2
votes
1 answer

Laragon 400 Bad Request Laravel 5.1

just now i install laragon and getting 400 bad request, i have no idea how to fix. Laragon full 2.2.2 php-7.1.1 Access log -- 127.0.0.1 - - [03/Apr/2017:15:42:44 +0300] "GET / HTTP/1.1" 400 347 127.0.0.1 - - [03/Apr/2017:15:42:44 +0300] "GET…
Arturs
  • 292
  • 3
  • 17
2
votes
2 answers

Upon creating project, laragon's generated url leads to wampserver configuration page

(Laragon) Project path: C:/laragon/www/larabook (Laragon) Pretty url: http://larabook.dev (http://larabook.dev) I got this after quick create, but when I try to access the webpage larabook.dev I get the wampserver configuration page instead of the…
jarvan
  • 449
  • 3
  • 9
  • 25
2
votes
1 answer

Creating a windows Installer for a web app (laragon/laravel)

I made a web app in Laravel that runs exclusively on Windows, and will be deployed individually on end users machines, I was wondering where i would start making an installer that would : download and configure Laragon transfer my app to the…
aarcarr
  • 186
  • 1
  • 14
2
votes
1 answer

vBulletin 5.x.x 500 Internal Server Error

I am trying to install vBulletin5 on my pc. I am uisng Laragon. I got 500 Internal Server Error. When I remove .htaccess everything works fine till installation done. Here is .htaccess RewriteEngine On #In some…
PKa
  • 309
  • 2
  • 7
  • 23
1
vote
0 answers

How can i start laragon services at windows startup?

When laragon is not started as administrator, apache and mysql generates arror as the picture below enter image description hereenter image description here I have tried to do start automatically but does not work
Gideon
  • 11
  • 1
1
vote
1 answer

Laragon's Quick Share with Ngrok not working as expected

So, I tried Laragons Quick Share to share my localhost website so that others can proofread it. But when accessing the site it shows the following error: So I signed up and installed an authtoken and entered that authtoken in the myproject.yml…
Alex
  • 21
  • 4
1
vote
0 answers

Laragon fatal error when access to localhost/phpmyadmin/

I have a freshly installed laragon and it's giving me an error when I'm accessing localhost/phpmyadmin/ Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in…
1
vote
0 answers

Laragon not start Apache service

I was trying start apache service in Laragon, but launch the next alert: AH00526: Syntax error on line 24 of C:/laragon/etc/apache2/fcgid.conf: Wrapper C:/laragon/bin/php/php-8.1.10/php-cgi.exe cannot be accessed: (720002) the system can not find…
1
vote
1 answer

Can't run PHP website with Laragon because of "This site can’t provide a secure connection localhost sent an invalid response." error

When I try to run a PHP website with Laragon I get This site can’t provide a secure connection localhost sent an invalid response. Try running Windows Network Diagnostics. ERR_SSL_PROTOCOL_ERROR I already changed the hostname template within Laragon…
Vilmos Szabó
  • 167
  • 1
  • 2
  • 10
1
vote
1 answer

Unisharp Laravel-filemanager cant upload on laragon server

when i try to upload an image with laragon server (https://myblog.test) it can't be uploaded Screenshot log dropzone.min.js:1 POST https://myblog.test/filemanager/upload 500 (Internal Server Error) but when i try with (php artisan serve),…
Wildan Maulana
  • 62
  • 1
  • 1
  • 8