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

I changed laragon php version to 8 and after that apache won't run

I changed laragon php version to 8 and after that apache won't run Here is the error: Service apache can not start C:/laragon/bin/apache/httpd-2.4.46vs16/conf.... Syntax error on line 2 Api module structure php8_module error
Bluekandu
  • 56
  • 1
  • 6
4
votes
2 answers

npm install error - SKIPPING OPTIONAL DEPENDENCY

I'm trying to follow an online course of laravel with laragon. I need to run the command npm install, but it marks an error and I don't know how to fix it. I tried to modify the path but that did not work C:\laragon\www\social>npm install "CALL…
4
votes
1 answer

I tried updating the php in my laragon but I got this

https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-version, I tried doing this because I want to update my php to the latest version of php 7.3. Now I got that error
TheBAST
  • 2,680
  • 10
  • 40
  • 68
4
votes
2 answers

Laragon :How to import large mysql dump

I have a Laragon set up and have a 17G mysql dump to be imported to mysql. Since phpMyAdmin doesn't support such large file imports, is there a way to import such a large dump?
Lakmal Premaratne
  • 1,159
  • 7
  • 18
  • 34
4
votes
1 answer

how change laragon Hostname domain?

I am using laragon as virtual host. As per the latest chrome update which made any local site end with .dev extension force it to redirect to https so they give error and can't view them in chrome, How I can change the .dev extension with .test to…
3
votes
1 answer

Update to Laravel 8 in Laragon

I have no clue how to update my laravel in laragon. I was told to go to Menu>quick add>laravel but its not an option. CLICK HERE TO SEE IMAGE
Muamar Collins
  • 91
  • 1
  • 11
3
votes
1 answer

Laravel 6.x - Cannot update form in Controller method(Nested-Child)

Im new in Laravel. Currently im facing a problem where I am stuck in the middle of updating details from all child but was fine in updating parent's details. So here i'll show one of the child which is Staff(Process as Parent) 1) StaffController.php…
3
votes
1 answer

Laragon and phpmyadmin, allow access outside

I have laragon 3.4 and latest phpmyadmin. Everything works well with localhost but I want to access to phpmyadmin through local network. How can I do that with laragon ? I can't find something to put "allow from all". I don't know if it's important…
Furya
  • 299
  • 2
  • 6
  • 15
3
votes
0 answers

Laragon use https on local network

I'm lost with all informations about ssl, https.... Here the story : I build a laravel website at my work hosted on our windows server with laragon. Every computer go to this site with ip of the serveur, i.e.…
Furya
  • 299
  • 2
  • 6
  • 15
3
votes
1 answer

ERR_NAME_NOT_RESOLVED

Any have some ideas? DocumentRoot "C:/laragon/www/monetize/public/" ServerName monetize.app ServerAlias *.monetize.app AllowOverride All Require all…
Arturs
  • 292
  • 3
  • 17
3
votes
2 answers

Composer Install "Failed to open stream"

Whenever I run the installer, or even manually installing Composer, I get an error that disallowed me to complete the installation and it is irritating. In Laragon, a program used to create many different projects using composer and its packages. It…
danteg
  • 41
  • 1
  • 1
  • 6
3
votes
2 answers

laravel's group domain routing not working in laragon

been searching for fixes and tried everything i can. just signed up cause I can't work out my problem, so this is my last resort. here's the thing i have a project named 'website.dev' then i want to have a subdomain 'admin.website.dev' so basically…
3
votes
2 answers

Laragon MySQL ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061 "Unknown Error")

I'm using http://laragon.org for my server I got a problem yesterday my apps cannot connect to mysql and give me this error message ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061 "Unknown Error"). and I tried to run…
martiendt
  • 1,909
  • 1
  • 17
  • 27
2
votes
2 answers

Failed to connect to websocket

I need your help...I've basically exhausted all the link proposed by Google :D And nothing help me pinpoint the problem...hence the fix. If I use the command: npm run dev, I have the following error in the browser console (the page is nonetheless…
LNFullStack
  • 23
  • 1
  • 4
2
votes
0 answers

Connect Laravel pretty url and nuxt js

I satarted a project based on a Laravel-Nuxt Starter kit, found it here : https://bestofphp.com/repo/cretueusebiu-laravel-nuxt-php-starter-projects I connected it to Laragon, so I can have pretty urls and making it work on Apache and MySQL. It works…
1
2
3
18 19