leokhoa / laragon

Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.
https://laragon.org
4.16k stars 354 forks source link

How to make auto vhosts create database with name_ext #657

Open izmeez opened 4 months ago

izmeez commented 4 months ago

When auto vhosts is used it creates a vhost using {name}.test but the database that is created is just {name} with no extension. How can it be configured to create a database with {name}_test ? Thanks.