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

Chrome redirects .dev to https

Suddenly Google Chrome redirects my virtual-host domain myapplication.dev to https://myapplication.dev. I already tried to go to chrome://net-internals/#hsts And enter myapplication.dev into the textbox at the very bottom "Delete domain security…
Mathis
  • 501
  • 1
  • 5
  • 9
23
votes
11 answers

laravel and phpunit: could not find driver (SQL: PRAGMA foreign_keys = ON;)

I have run my laravel app with phpunit. Everything is fine until at some point when I run my test again turns out with this error. Illuminate\Database\QueryException: could not find driver (SQL: PRAGMA foreign_keys = ON;) Caused by PDOException:…
Vic Andam
  • 823
  • 2
  • 7
  • 17
11
votes
5 answers

phpMyAdmin and Laragon

How do Laragon and phpMyAdmin work with one another? I've downloaded phpMyAdmin and extracted it to laragon\etc\apps, but whenever I click on the Database button of Laragon, I get sent to something called Adminer instead of phpMySQL. I have tried…
MatthewS
  • 455
  • 2
  • 7
  • 22
10
votes
2 answers

I am getting CSS SyntaxError, unexpected token {. But I can not see error

In Wordpress on localhost Laragon I am trying to get CSS. It throws 403 error: I can't find error, what could it be?
Mario Nezmah
  • 497
  • 2
  • 6
  • 19
10
votes
1 answer

how can solve phpmyadmin 403 on laragon?

I installed laragon.exe.After start all services, the apache and mysql run without any problem.But when I write localhost/phpmyadmin it gives me below messages: Forbidden You don't have permission to access /phpmyadmin on this server. please help on…
Tusar Hasan
  • 143
  • 1
  • 2
  • 11
6
votes
3 answers

How to set custom virtual host name in laragon

I've a project named 'my-new-project' (that's just an example). With laragon auto virtual host name feature, i can browse this project via http://my-new-project.test/ Is it possible to browse this project with another name instead of this project…
Nadiya
  • 382
  • 1
  • 7
  • 18
6
votes
2 answers

How can I update nodejs version in laragon?

I use laragon for many thing. It's an awesome software. However, nodejs version is old. How can I update nodejs version in laragon? Thank you for your valuable time.
Hkm Sadek
  • 2,987
  • 9
  • 43
  • 95
6
votes
8 answers

AuthController doesnot exist

i am working on laravel 5.3.29 while making a controller i am getting error. i search everywhere and already try this methods. composer update composer dump-autoload My Routes file is. My AuthController File. Kindly if anyone knows where i am…
Uzair
  • 714
  • 2
  • 6
  • 17
5
votes
2 answers

Laragon terminal in VSCode with Laragon PATH environment variable

How to use the Laragon terminal in VSCode with Laragon PATH environment variable (on Windows)? I want to use the Laragon terminal in Visual Studio Code. I want to use the local Laragon PHP, Composer, MySQL, Node.js, etc. in the terminal.
5
votes
0 answers

How to set VS Code extension Intelephense for PHP 8?

I would like to set my bought Visual Studio Code extension to use PHP 8 version for it's "intelisense" functionality. Checking defaultSettings.json for 'intelephense' search query gives lots of hits, but only one stands out to me for upgrading to…
s3c
  • 1,481
  • 19
  • 28
5
votes
2 answers

Laravel project installed with laragon is forcing https in google chrome

I have a laravel project which is installed with laragon and I was working for few days nicely. Now after a sudden stop of my pc (because of electricity unavailability) I can no longer access the local site in chrome and it is forcing me to an https…
Hkm Sadek
  • 2,987
  • 9
  • 43
  • 95
4
votes
2 answers

Enabling SSL with Laragon Apache issue

I get 90 days free SSL Certificate from ZeroSSL which contains 3 files: ca_bundle.crt, certificates.crt, and private.key. Then put it into C:\laragon\etc\ssl Edit C:\laragon\etc\apache2\sites-enabled\00-default.conf
wieb
  • 113
  • 1
  • 2
  • 11
4
votes
0 answers

Laragon could not detect Ngrok tunnel link

So I tried to use Laragon's Quick Share. I have already authenticated my ngrok agent. But Laragon seems to ignore it (and idk y), so I have to set that manually in my project .yml config file. myproject.yml web_addr: localhost:4041 authtoken:…
jade
  • 781
  • 12
  • 24
4
votes
1 answer

Laragon fatal error when accessing localhost/phpmyadmin/

I have a freshly installed laragon and its giving me error when I'm accessing localhost/phpmyadmin/ how do I fix it? 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…
I-dont-know-
  • 59
  • 1
  • 3
4
votes
2 answers

Cannot start service apache on laragon

Everything was ok before. Today I tried to start laragon apache and I got the following error : httpd: Syntax error on line 546 of C:/laragon/bin/apache/httpd-2.4.35-win64-VC15/conf/httpd.conf: Syntax error on line 1…
Jetz
  • 207
  • 2
  • 4
  • 14
1
2 3
18 19