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
2 answers

Laravel Forbidden Access when using Ajax

I installed a fresh Laravel App with authentication. I am using laragon. The login, registration, reset password pages are working fine. I created a profile controller for the user to edit profile. However, when submitting the form through Ajax, it…
beginner
  • 2,024
  • 5
  • 43
  • 76
0
votes
1 answer

ERROR 1524 (HY000): Plugin 'unix_socket' is not loaded - Laragon

I'm migrating my production wordpress website to my local environment on Laragon. I did the following: Opened Laragon's Terminal: Menu > Laragon > Terminal Ran this command: scp user@your-remote-host:/dump.sql C:/laragon/tmp/dump.sql Imported…
Daniel Taki
  • 93
  • 1
  • 3
  • 13
0
votes
1 answer

Duplicating wordpress database for local environment using Laragon

I'm trying to create a local development environment to test website changes out in. The web developers I'm working with have a gitlab repo of the website with auto DevOps where changes are pushed to the production/stage sever when commited. I…
Daniel Taki
  • 93
  • 1
  • 3
  • 13
0
votes
1 answer

TCP Provider connection refused - Laravel 6 and SQL Server (Microsoft) and Laragon

I'm currently on a fresh install of Laravel 6 and trying to connect it to my Microsoft SQL Server, and I am serving it locally using Laragon. I have downloaded the ODBC driver for SQL Server. My database.php file contains: 'default' =>…
party-ring
  • 1,761
  • 1
  • 16
  • 38
0
votes
3 answers

Is there any drawback of laragon compared to xampp?

I was having trouble while installing xampp in my pc. And then i found laragon easy to install and quite simpler as well as user friendly compared to xampp. But why xampp is so popular among the dev peoples?
0
votes
0 answers

Unable to run Laragon on Windows 10

When starting the app with "Run as Administrator" or without it I am trying to run Laragon on Windows 10, but I'm receiving this error "Exception EAccessViolation in module laragon.exe at 00154645" Please and advise on how to have it up and…
0
votes
2 answers

php artisan migrate is not making tables in laravel 7

i am trying to migrate my first migration in laravel 7 project i have created database in phpmyadmin. i have Laragon app for localServer, these are my .env code for database…
Zeeshan Awan
  • 163
  • 1
  • 5
  • 14
0
votes
4 answers

npm giving me error when I call any npm install or version check

I am getting error below, when I am trying to run any npm command like npm install or npm -v I tried to solve the issue by reinstalling the nodejs to latest version. But still no change.Any idea how to solve this? Any kind of help is really…
Md Aman Ullah
  • 486
  • 1
  • 5
  • 17
0
votes
2 answers

Is there any way to remove this public from the URL?

I am using laragon server for php 7.2 laravel. I have tried a lot to remove public keyword from my url http://localhost/myLaravel/public/ by its normal method of copying .htaccess folder in my laravel project directory as well as by copying and…
0
votes
1 answer

problem with Using pivot table with Eloquent and Laravel

Here is my problem. I have a table called user and table called skills, also I have a pivot table that connects these two called EmployeeSkill. I am trying to fetch the skills that belong to the user but when i use tinker it returns Base table or…
0
votes
0 answers

How to connect mysql to PHP through largon

I am trying to do some coursework, where I have to create a webpage that interacts with a mySQL database using PHP. I am unfamiliar with PHP and I don't know how to connect an SQL database to it. I have access to a piece of software called…
Programmer S
  • 429
  • 7
  • 21
0
votes
1 answer

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes)

I am having this common php error: ‘Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in C:\laragon\www\testone\wp-includes\class-wp-hook.php on line 312’ I increased the memory limit in the…
Lore011
  • 31
  • 4
0
votes
0 answers

Heidi SQL -Laragon

How to find the portable Heidi SQL server name?
0
votes
1 answer

Laragon Apache fails to start after switching to PHP 5.6.9

Anyone know how to solve this? This error comes out when I switched from PHP 7.2.19 to PHP 5.6.9:
Nwh Ng
  • 11
  • 2
0
votes
1 answer

How to fix this scsuoft/laravel-exception-notification error?

I am using PHP version 7.2.19 and Laravel 5.6.39. I am getting this scsuoft/laravel-exception-notification error when I run composer install. When I check the link it is not available and I also try to delete the scsuoft file manually but when I…
Kerberos
  • 43
  • 1
  • 5