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.49k stars 372 forks source link

Fast Way to select a complete Stack #157

Open HenriqueOmena opened 4 years ago

HenriqueOmena commented 4 years ago

How cool could be if we have a option like "Select template / stack" where we define whats stack we wanna use,

For example i have 2 projects (Foo, Buz) each one has the following stack

  1. Foo: apache 2.4.41 mariadb 10.3.22 node 8.17 php 5.4

  2. Buz: nginx 1.17 mysql 15.3 node 13.3 php 7.2

but actually i need change one by one, would be very nice if i set one STACK called Foo and other called Buz to select all my stacks automatic.

samjco commented 4 years ago

Great idea! Perhaps we can predefine our stacks... And save them as Stacks. Then if we add a new site we can choose a stack to assign it to or just set it up the default way. So only one stack can be initiated at a time and only the sites that belong to that stack.

(LEMP) Stack1 -Nginx -MariaDB -Php7.3

Show/Launch sites assigned to this stack

(LAMP) Stack2 -Apache -MariaDB -Php7.3 -other

...etc

(NoDE Stack) Stack3

KurangKering commented 2 years ago

up