yoesoff

laravel5-installation-log

May 2nd, 2016
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.67 KB | None | 0 0
  1. Mohamad_I@MTPC432 /cygdrive/c/Dev
  2. $ ~/composer.phar create-project laravel/laravel ./poc "~5.0.0" --prefer-dist
  3. Installing laravel/laravel (v5.0.22)
  4.   - Installing laravel/laravel (v5.0.22)
  5.     Downloading: 100%
  6.  
  7. Created project in ./poc
  8. Loading composer repositories with package information
  9. Installing dependencies (including require-dev) from lock file
  10.   - Installing jakub-onderka/php-console-color (0.1)
  11.     Downloading: 100%
  12.  
  13.   - Installing vlucas/phpdotenv (v1.1.0)
  14.     Downloading: 100%
  15.  
  16.   - Installing symfony/var-dumper (v2.6.4)
  17.     Downloading: 100%
  18.  
  19.   - Installing symfony/translation (v2.6.4)
  20.     Downloading: 100%
  21.  
  22.   - Installing symfony/security-core (v2.6.4)
  23.     Downloading: 100%
  24.  
  25.   - Installing symfony/routing (v2.6.4)
  26.     Downloading: 100%
  27.  
  28.   - Installing symfony/process (v2.6.4)
  29.     Downloading: 100%
  30.  
  31.   - Installing symfony/http-foundation (v2.6.4)
  32.     Downloading: 100%
  33.  
  34.   - Installing symfony/event-dispatcher (v2.6.4)
  35.     Downloading: 100%
  36.  
  37.   - Installing psr/log (1.0.0)
  38.     Downloading: 100%
  39.  
  40.   - Installing symfony/debug (v2.6.4)
  41.     Downloading: 100%
  42.  
  43.   - Installing symfony/http-kernel (v2.6.4)
  44.     Downloading: 100%
  45.  
  46.   - Installing symfony/finder (v2.6.4)
  47.     Downloading: 100%
  48.  
  49.   - Installing symfony/console (v2.6.4)
  50.     Downloading: 100%
  51.  
  52.   - Installing swiftmailer/swiftmailer (v5.3.1)
  53.     Downloading: 100%
  54.  
  55.   - Installing nikic/php-parser (v1.1.0)
  56.     Downloading: 100%
  57.  
  58.   - Installing jakub-onderka/php-console-highlighter (v0.3.1)
  59.     Downloading: 100%
  60.  
  61.   - Installing dnoegel/php-xdg-base-dir (0.1)
  62.     Downloading: 100%
  63.  
  64.   - Installing psy/psysh (v0.4.1)
  65.     Downloading: 100%
  66.  
  67.   - Installing nesbot/carbon (1.17.0)
  68.     Downloading: 100%
  69.  
  70.   - Installing mtdowling/cron-expression (v1.0.4)
  71.     Downloading: 100%
  72.  
  73.   - Installing monolog/monolog (1.13.1)
  74.     Downloading: 100%
  75.  
  76.   - Installing league/flysystem (1.0.2)
  77.     Downloading: 100%
  78.  
  79.   - Installing jeremeamia/superclosure (2.1.0)
  80.     Downloading: 100%
  81.  
  82.   - Installing ircmaxell/password-compat (v1.0.4)
  83.     Downloading: 100%
  84.  
  85.   - Installing doctrine/inflector (v1.0.1)
  86.     Downloading: 100%
  87.  
  88.   - Installing danielstjules/stringy (1.9.0)
  89.     Downloading: 100%
  90.  
  91.   - Installing symfony/filesystem (v2.6.4)
  92.     Downloading: 100%
  93.  
  94.   - Installing classpreloader/classpreloader (1.2.0)
  95.     Downloading: 100%
  96.  
  97.   - Installing laravel/framework (v5.0.16)
  98.     Downloading: 100%
  99.  
  100.   - Installing phpdocumentor/reflection-docblock (2.0.4)
  101.     Downloading: 100%
  102.  
  103.   - Installing symfony/yaml (v2.6.4)
  104.     Downloading: 100%
  105.  
  106.   - Installing sebastian/recursion-context (1.0.0)
  107.     Downloading: 100%
  108.  
  109.   - Installing sebastian/exporter (1.2.0)
  110.     Downloading: 100%
  111.  
  112.   - Installing doctrine/instantiator (1.0.4)
  113.     Downloading: 100%
  114.  
  115.   - Installing phpspec/prophecy (v1.3.1)
  116.     Downloading: 100%
  117.  
  118.   - Installing phpspec/php-diff (v1.0.2)
  119.     Downloading: 100%
  120.  
  121.   - Installing phpspec/phpspec (2.1.1)
  122.     Downloading: 100%
  123.  
  124.   - Installing phpunit/php-token-stream (1.4.0)
  125.     Downloading: 100%
  126.  
  127.   - Installing sebastian/version (1.0.4)
  128.     Downloading: 100%
  129.  
  130.   - Installing sebastian/global-state (1.0.0)
  131.     Downloading: 100%
  132.  
  133.   - Installing sebastian/environment (1.2.1)
  134.     Downloading: 100%
  135.  
  136.   - Installing sebastian/diff (1.2.0)
  137.     Downloading: 100%
  138.  
  139.   - Installing sebastian/comparator (1.1.1)
  140.     Downloading: 100%
  141.  
  142.   - Installing phpunit/php-text-template (1.2.0)
  143.     Downloading: 100%
  144.  
  145.   - Installing phpunit/phpunit-mock-objects (2.3.0)
  146.     Downloading: 100%
  147.  
  148.   - Installing phpunit/php-timer (1.0.5)
  149.     Downloading: 100%
  150.  
  151.   - Installing phpunit/php-file-iterator (1.3.4)
  152.     Downloading: 100%
  153.  
  154.   - Installing phpunit/php-code-coverage (2.0.15)
  155.     Downloading: 100%
  156.  
  157.   - Installing phpunit/phpunit (4.5.0)
  158.     Downloading: 100%
  159.  
  160. symfony/var-dumper suggests installing ext-symfony_debug ()
  161. symfony/translation suggests installing symfony/config ()
  162. symfony/security-core suggests installing symfony/expression-language (For using the expression voter)
  163. symfony/security-core suggests installing symfony/validator (For using the user password constraint)
  164. symfony/routing suggests installing doctrine/annotations (For using the annotation loader)
  165. symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
  166. symfony/routing suggests installing symfony/expression-language (For using expression matching)
  167. symfony/event-dispatcher suggests installing symfony/dependency-injection ()
  168. symfony/http-kernel suggests installing symfony/browser-kit ()
  169. symfony/http-kernel suggests installing symfony/class-loader ()
  170. symfony/http-kernel suggests installing symfony/config ()
  171. symfony/http-kernel suggests installing symfony/dependency-injection ()
  172. psy/psysh suggests installing ext-pcntl (Enabling the PCNTL extension makes PsySH a lot happier :))
  173. psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
  174. monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
  175. monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
  176. monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
  177. monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
  178. monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
  179. monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
  180. monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
  181. monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
  182. monolog/monolog suggests installing videlalvaro/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
  183. league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
  184. league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
  185. league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
  186. league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
  187. league/flysystem suggests installing league/flysystem-copy (Allows you to use Copy.com storage)
  188. league/flysystem suggests installing league/flysystem-dropbox (Allows you to use Dropbox storage)
  189. league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
  190. league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
  191. league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
  192. league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
  193. league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
  194. league/flysystem suggests installing predis/predis (Allows you to use Predis for caching)
  195. laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver (~2.4).)
  196. laravel/framework suggests installing doctrine/dbal (Required to rename columns and drop SQLite columns (~2.4).)
  197. laravel/framework suggests installing guzzlehttp/guzzle (Required to use the Mailgun and Mandrill mail drivers (~5.0).)
  198. laravel/framework suggests installing iron-io/iron_mq (Required to use the iron queue driver (~1.5).)
  199. laravel/framework suggests installing league/flysystem-aws-s3-v2 (Required to use the Flysystem S3 driver (~1.0).)
  200. laravel/framework suggests installing league/flysystem-rackspace (Required to use the Flysystem Rackspace driver (~1.0).)
  201. laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (~3.0).)
  202. laravel/framework suggests installing predis/predis (Required to use the redis cache and queue drivers (~1.0).)
  203. phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
  204. phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
  205. phpspec/phpspec suggests installing phpspec/nyan-formatters (~1.0 – Adds Nyan formatters)
  206. sebastian/global-state suggests installing ext-uopz (*)
  207. phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
  208. phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
  209. Generating autoload files
  210. > php artisan clear-compiled
  211. > php artisan optimize
  212. Generating optimized class loader
  213. Compiling common classes
  214. > php -r "copy('.env.example', '.env');"
  215. > php artisan key:generate
  216. Application key [4rt5j0AvQ9eqyIqNY5Hfw6d758TtMvnU] set successfully.
Advertisement
Add Comment
Please, Sign In to add comment