Laragon are delaying to install the framework, how I can solve this problem?
-
I am trying to install a new project, but it can't be installed because the delay.
How I can solve this dependencies?
-
@Jonathan : Hmm, I don't know what's wrong with composer.
You can do another way which is faster but need extra steps:- Open sites.conf by clicking Menu > Quick create > Configuration...
- Put this inside the sites.conf
Laravel 5.3=https://github.com/leokhoa/quick-create-laravel/releases/download/5.3.16/laravel-5.3.16.7z
You'll see a new "Laravel 5.3" Menu entry on Menu > Quick create
That's all.
Note: You can package any project in .zip, .tar.gz or .7z format for frequent developed projects then add the path to sites.conf like this:
NAME=PATH
PATH can be local or remote url.
For example:Awesome Framework=C:\laragon\usr\share\awesome.7z Another one=http://share-url/another.tar.gz
-
You can reference here for more details:
https://forum.laragon.org/topic/157/quick-create-websites-projects-configuration-file-format
-
@Jonathan : Is your issue solved so I can mark this topic as resolved?
-
yes, it works!
Problem solved!