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

Implements wild card dns on laravel

After hours of research for the right keyword to implement a simple way of using wild card dns on laravel. Here I'm using windows 10 and laragon. This is the code I tried to implement in laravel route Route::group(['domain' =>…
Fil
  • 8,225
  • 14
  • 59
  • 85
0
votes
1 answer

Serving laravel in xampp pretty urls doesn't seem to display the page

I used xampp for 2 years and discovered laragon and then liked it but after using it for quite some time I had an issue with it because it says Cannot connect to mysql issue, and found some article that might solve the…
bramsky
  • 11
  • 2
0
votes
0 answers

unable to connect oracle with laragon

I have enabled oci8 in php.ini file. php ini snap and this give me call to undefined function. error snap, please help.
Rox
  • 351
  • 6
  • 21
0
votes
1 answer

OAuth2 Authorization with Wamp in Laravel 5

I am developing a Web API Rest in Laravel with OAuth everything is working when I use php artisan serves Url: http: // localhost: 8000 / api / orders PHP Server But when I use Wamp / XAMP / Laragon and access by Postman Http: // localhost /…
ts.analista
  • 133
  • 1
  • 7
0
votes
3 answers

404 issue with Laravel 5.4.24 and Nginx 1.12

I've hit a wall while setting up a new localhost on windows 8. The setup was done with laragon (3.0.5) and is comprised of: php 7.1.5 laravel 5.4.24 nginx 1.12.0 The config file for nginx is server { listen 8080; server_name…
ek_1234
  • 1
  • 2
0
votes
1 answer

Insert number into table become strange number in Oracle

I'm having problem with PHP and Oracle database. When I insert a number in table from PHP, the number in the table become strange number. For example when I running query from PHP to insert number '1' into table, it will not store number '1' but it…
fahmi rizal
  • 33
  • 1
  • 7
0
votes
1 answer

Laragon-can't detect my laravel project

I am trying to learn how to work with Laravel. I successfully installed Laravel through Laragon. The process that I followed- Menu->Quick Create->Laravel->(Gave a Project name-laravel_CRUD)->Ok. Then everything was installed and created…
0
votes
0 answers

Django server access

Is it possible to view your database schema using the django server like one does using phpmyadmin or any other tool to view what is in your database. I have used laragon with laravel was wondering if there is something similar to it in django.
Nix
  • 203
  • 1
  • 3
  • 14
0
votes
1 answer

OctoberCMS installation MYSQL error

I am getting the following error while installing OctoberCMS in Laragon Apache while either using the wizard or the Artisan CLI... SQLSTATE[HY000]: General error: 1025 Error on rename of '.\...\#sql-1114_c' to '.\...\system_event_logs' (errno: 13…
Salocin.TEN
  • 474
  • 1
  • 6
  • 18
0
votes
0 answers

BD connection in __construct method

public function __construct($_mobile= array()){ $conn = mysqli_connect('localhost', 'root', '') or die("not connected"); mysql_select_db("oop_crud") or die("db not found"); echo "testing"; }
0
votes
1 answer

Hot to enable PHP oauth in windows, Got error in "oauth.dsp"

I try to install oauth in windows. but not properly configured. i am using laragon php 7.0. i also tried dll paste to ext folder but i not working, after that i tried install via pear but it's also problem to install. pear install…
0
votes
1 answer

Service Mysql cannot start

I have following error when i start my laragon server in my computer.
Roshan Sharma
  • 513
  • 2
  • 7
  • 20
0
votes
0 answers

MySQL conflict port number with non existing application

currently my computer conflicts with MySQL and default port number is 3306. I also have tried to change the port number to 3307 and failed. And based on the picture, the current MySQL application is pointing to non existing application which i…
0
votes
1 answer

How to disable default apps in Laragon

I have installed Laragon; after hearing so much about it. The feature of note here is its ability to create named aliases on the fly when you a new folder is in DOCUMENT_ROOT i.e. if a new folder testapp, a new domain testapp.dev is created on the…
Igbanam
  • 5,904
  • 5
  • 44
  • 68
-1
votes
0 answers

Cannot Enable auto-create virtual hosts laragon

Cannot Enable auto-create virtual hosts laragon enter image description here I cannot check auto-create virtual Laragon creates virtual hosts by modifying your computer's hosts file. This file is located at…
Miracle
  • 1
  • 1
1 2 3
18
19