Could you help me? I want to install Laravel via composer create-project laravel/laravel in the cms directory, but Composer loads it very slowly. Can you help me with this, how to increase it?
Here is my terminal:
saidalo@Saidalo-Yodgoroff :/var/www/html$ composer create-project laravel/laravel cms "5.1.*" Installing laravel/laravel (v5.1.33) - Installing laravel/laravel (v5.1.33) Downloading: 100% Created project in cms > php -r "copy('.env.example', '.env');" Loading composer repositories with package information Updating dependencies (including require-dev) - Installing vlucas/phpdotenv (v1.1.1) Downloading: 100% - Installing symfony/var-dumper (v2.7.11) Downloading: 100% - Installing symfony/translation (v2.7.11) Downloading: Connecting...
I do not know what to do!
source share