Add Legato Framework to Laragon
-
Hi, I want to request that Legato framework project should be added to Laragon just like Laravel, Symfony or other PHP projects.
https://github.com/terdia/legato
Documentation: https://docs.legatoframework.com/
Thanks
-
@terdia
Go to your {LaragonRoot}\usr\sites.conf file and addLegato=composer create-project legato/legato %s
this line in that file. Restart the Laragon and you can create your Legato application just like Laravel with Laragon.NOTE: Remember to run
composer install
in the console window which appeared in above operation orcd
into the project root and then run the command.
-
@bantya thanks for the update I will do that shortly and let you know.
Will your team consider adding this feature to a later release so that when people download Laragon they can easily just click and install Legato?
Thanks for helping out.
-
@terdia 😊 Happy to help you, and I am just a user like you. @leokhoa is the developer. You can thank him for this awesome tool.
If you have other suggestions, then do kindly post those in this (Feature Requests) section.
✌
-
@Leo-Khoa thanks for this wonderful tools, I have only just began to try it out and it had been amazing.
-
So I was able to add it to my Laragon installation:
update {LaragonRoot}\usr\sites.conf
#Legato
Legato=composer create-project legato/legato %s --prefer-distRestart Laragon
-
Click quick create and select Legato
-
Enter project name
-
After installation cd into project folder if not done automatically and run
$ composer dump-autoload
Thanks
-