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

How do i automatically run python code when my localhost apache server starts up in windows

I am trying to run a local host server using laragon .I want to start a python program and keep it running(even after server restart) until my server shutdowns . Suppose i have a file test.py , I want to keep it running as soon as my server starts…
0
votes
0 answers

Your requirements could not be resolved to an installable set of packages with laragon server

I have installed bagisto, When I try to use command composer install or composer update a problem occurs: The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension. I use laragon as a server , and…
omarwael
  • 1
  • 1
0
votes
1 answer

How to add other language at Laragon?

I use a software namely "Laragon". it's software functionable as Web Server (as like XAMPP or WAMPP etc.) and it give the user some feature as NodeJS. and in this case I wanna ask, how to add some language on Laragon?
0
votes
1 answer

Laragon : Error message : (include_path='.;C:/laragon/etc/php/pear') in Unknown on line 0

I have two machine (LapTop & DeskTop), so I use WWW in a cloud OneDrive folder, pro easier synchronisation. Strangely I didn't had any trouble until june, when I installed the last Windows 10 2019 Creator Update… I formatted my C drive and installed…
0
votes
2 answers

Error on installing backpack for laravel 6.0.3

I did a fresh Laravel 6.0.3 install on laragon and I am trying to install backpack. I did composer require backpack/crud correclty but then when I tried to do the next step php artisan backpack:base:install I get an error…
0
votes
0 answers

How to insert date data in database laragon using flutter?

I dont know how to insert date data in database laragon in flutter app. I have done the GUI for the insert date using package "flutter_datetime_picker: ^1.1.5" but I dont know how to forward date data selected to database. I have dont the select…
bihanns
  • 49
  • 1
  • 2
  • 10
0
votes
1 answer

How to connect api in laravel of flutter apps?

How can I connect my flutter apps with laravel api? Below is what I post in postman. http://10.0.2.2/voyce/api/register I try to run the API in postman and it does not give any response. here is my api.dart in flutter. api.dart import…
bihanns
  • 49
  • 1
  • 2
  • 10
0
votes
0 answers

XAMPP localhost - phpmyadmin cant be reached after changing OS to windows 10 pro 2019

I installed windows 10 pro-2019 2 weeks back and I've been trying to build a website using WordPress but I'm facing a lot of trouble with both XAMPP and Laragon web servers. localhost/PHPMyAdmin can't be reached. Everything seems fine, I don't…
Dan25
  • 1
0
votes
0 answers

Can't upload image using Laravel and Spatie media library run by Laragon

I've been having this issue 3 days now. I already tried setting permission to full access to storage directory on windows explorer, run command chmod -R o+w storage but still no luck. On the other hand in my friend's dev environment using Homestead,…
claudios
  • 6,588
  • 8
  • 47
  • 90
0
votes
0 answers

Mysqli extension is missing while using the updated version of PHP in phpmyadmin

I have a problem here that says : phpMyAdmin - Error The mysqli extension is missing. Please check your PHP configuration. See our documentation for more information. What i did is I tried to read that, ofcourse and I tried to do some trial and…
TheBAST
  • 2,680
  • 10
  • 40
  • 68
0
votes
0 answers

How to display and edit specific(selected) data in ionic 3 as user login?

I don't know how to display the data in ionic as user login. Based on what I have tried is I called the API in ionViewWillEnter. The API code in controller.php can be called the data. Just I dont know on the ionic…
bihanns
  • 49
  • 1
  • 2
  • 10
0
votes
1 answer

Laravel could not find driver using laragon

Am working on a project using laravel on my local machine with laragon and trying to build this project using TDD and when I tried to run a test it gives me an…
leonardeveloper
  • 1,813
  • 1
  • 34
  • 58
0
votes
2 answers

Removing of index.php in CodeIgniter not working in Laragon

I want to remove the index.php from URL in CodeIgniter while using Laragon I have edited the .htaccess file in CodeIgniter and applied a rule; I also changed the index_page variable to empty string in application/config/config.php. It, as expected,…
Tufail Ahmad
  • 396
  • 3
  • 15
0
votes
1 answer

Laragon Call to undefined function pg_pconnect() even i have enable the pgsql

I have set in php.ini but i cant use postgresql for my apache laragon version, the image just looks like below. i even restarted the apache server but still didnt work.
Gagantous
  • 432
  • 6
  • 29
  • 69
0
votes
3 answers

How can I add a new page on Symfony 4 without any 404 error?

I'm working on an imported project on Symfony 4.2 with Encore build system. I installed all the module and everything is working fine. But when I want to add a new page (requetes), I always get an 404 error. Here is the project :…
Aleridia
  • 13
  • 6