merhaba
laravel 5 kuruyorum, terminal de doğrumu ilerliyorum,
erhan-MacBook-Pro-2:~ mars$ sudo su
Password:
sh-3.2# curl -sS
https://getcomposer.org/installer | php
#!/usr/bin/env php
All settings correct for using Composer
Downloading...
Composer successfully installed to: /Users/mars/composer.phar
Use it: php composer.phar
sh-3.2# composer global require "laravel/installer=~1.1"
Changed current directory to /var/root/.composer
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing symfony/process (v2.7.6)
Downloading: 100%
- Installing symfony/console (v2.7.6)
Downloading: 100%
- Installing react/promise (v2.2.1)
Downloading: 100%
- Installing guzzlehttp/streams (3.0.0)
Downloading: 100%
- Installing guzzlehttp/ringphp (1.1.0)
Downloading: 100%
- Installing guzzlehttp/guzzle (5.3.0)
Downloading: 100%
- Installing laravel/installer (v1.2.1)
Downloading: 100%
symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing psr/log (For using the console logger)
Writing lock file
Generating autoload files
sh-3.2#