@akhirunNahr : Many thanks for your information.
There must be something wrong when using curl
to get and parse output.
I'll consider another better method.
Group Details Private
administrators
Member List
-
RE: Quick app 'No file:' error - [Laragon 4.0.10]
-
RE: Quick app 'No file:' error - [Laragon 4.0.10]
@akhirunNahr : Many thanks for your information.
Can you also test with theDownloadWaitTime
directive?
https://forum.laragon.org/topic/1320/sort-out-the-download-issue-with-curl-in-quick-app-and-quick-add/2 -
RE: PHPUNIT in Windows
@Thunder-Cuba : Just install phpunit globally:
composer global require "phpunit/phpunit=5.4.*"
-
RE: Updated to latest 4.010 version and none of my sites work anymore
@Mars-Vertigo : The ngrok menu had been moved to Menu > www > Share
Using the relative URL plugin is old way. Just update your wp-config.php:define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']); define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);
Note: When doing that you can also change your hostname format to
{name}.test
without worrying about redirection.Ref: https://forum.laragon.org/topic/167/tutorial-how-to-force-wordpress-to-use-relative-urls-ngrok/2
-
RE: Laragon Apache - htaccess is being ignored
@md458 : You should use Apache 2.4 settings:
https://httpd.apache.org/docs/2.4/upgrading.html -
RE: Quick app 'No file:' error - [Laragon 4.0.10]
@akhirunNahr : What is your OS language?
-
RE: PHP Artisan in Windows
@Thunder-Cuba : Open Laragon's Terminal (**Menu > Laragon > Terminal), then just cd to your-laravel-project. On this project you should see a file name
artisan.php
where you can type:php artisan
-
RE: Updated to latest 4.010 version and none of my sites work anymore
@Mars-Vertigo : Now, it works!
The redirection happens because your database still stores neuroboost.oo hostname.
After running Laragon as administrator, you can change your hostname format back to{name.oo}
and click reload.
The issue will be sorted. -
RE: Updated to latest 4.010 version and none of my sites work anymore
@Mars-Vertigo : As you changed your hostname format, you should use
xxx.test
not.oo
-
RE: Updated to latest 4.010 version and none of my sites work anymore
@Mars-Vertigo : From the hosts file, I see no DNS entry for your project.
Also, theh
is red means Laragon is not allowed to change your hosts automatically. You may need to run Laragon as Administrator then click reload to force Laragon generate correspond DNSes to yourhosts
file.