Skip to content

Instantly share code, notes, and snippets.

@des1roer
Created June 19, 2015 01:44
Show Gist options
  • Save des1roer/5d55545c98d19002e64a to your computer and use it in GitHub Desktop.
Save des1roer/5d55545c98d19002e64a to your computer and use it in GitHub Desktop.
laravel + symfony
Microsoft Windows [Version 6.1.7601]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.
f:\openserver>cd F:\OpenServer\domains\localhost\composer
F:\OpenServer\domains\localhost\composer>composer create-project laravel/laravel {directory} 4.2 --prefer-dist
Installing laravel/laravel (v4.2.0)
- Installing laravel/laravel (v4.2.0)
Downloading: 100%
Created project in {directory}
Loading composer repositories with package information
Installing dependencies (including require-dev)
[Composer\Downloader\TransportException]
The "https://registry.npmjs.org/laravel/laravel" file could not be download
ed (HTTP/1.1 404 Not Found)
create-project [-s|--stability="..."] [--prefer-source] [--prefer-dist] [--repository-url="..."] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [package] [directory] [version]
F:\OpenServer\domains\localhost\composer>composer create-project laravel/laravel laravel --prefer-dist
Installing laravel/laravel (v5.1.1)
- Installing laravel/laravel (v5.1.1)
Downloading: 100%
Created project in laravel
Loading composer repositories with package information
Installing dependencies (including require-dev)
[Composer\Downloader\TransportException]
The "https://registry.npmjs.org/laravel/laravel" file could not be download
ed (HTTP/1.1 404 Not Found)
create-project [-s|--stability="..."] [--prefer-source] [--prefer-dist] [--repository-url="..."] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [package] [directory] [version]
F:\OpenServer\domains\localhost\composer>composer create-project symfony/framework-standard-edition symfony
Installing symfony/framework-standard-edition (v2.7.1)
- Installing symfony/framework-standard-edition (v2.7.1)
Downloading: 100%
Created project in symfony
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
- Installing doctrine/lexer (v1.0.1)
Downloading: 100%
- Installing doctrine/annotations (v1.2.4)
Downloading: 100%
- Installing twig/twig (v1.18.2)
Downloading: 100%
- Installing psr/log (1.0.0)
Downloading: 100%
- Installing doctrine/inflector (v1.0.1)
Downloading: 100%
- Installing doctrine/collections (v1.3.0)
Downloading: 100%
- Installing doctrine/cache (v1.4.1)
Downloading: 100%
- Installing doctrine/common (v2.5.0)
Downloading: 100%
- Installing symfony/symfony (v2.7.1)
Downloading: 100%
- Installing jdorn/sql-formatter (v1.2.17)
Downloading: 100%
- Installing doctrine/doctrine-cache-bundle (v1.0.1)
Downloading: 100%
- Installing doctrine/dbal (v2.4.4)
Downloading: 100%
- Installing doctrine/doctrine-bundle (v1.5.0)
Downloading: 100%
- Installing doctrine/orm (v2.4.7)
Downloading: 100%
- Installing incenteev/composer-parameter-handler (v2.1.1)
Downloading: 100%
- Installing sensiolabs/security-checker (v2.0.5)
Downloading: 100%
- Installing sensio/distribution-bundle (v4.0.0)
Downloading: 100%
- Installing sensio/framework-extra-bundle (v3.0.9)
Downloading: 100%
- Installing kriswallsmith/assetic (v1.2.1)
Downloading: 100%
- Installing symfony/assetic-bundle (v2.6.1)
Downloading: 100%
- Installing monolog/monolog (1.13.1)
Downloading: 100%
- Installing symfony/monolog-bundle (v2.7.1)
Downloading: 100%
- Installing swiftmailer/swiftmailer (v5.4.1)
Loading from cache
- Installing symfony/swiftmailer-bundle (v2.3.8)
Downloading: 100%
- Installing sensio/generator-bundle (v2.5.3)
Downloading: 100%
sensio/framework-extra-bundle suggests installing symfony/psr-http-message-bridge (To use the PSR-7 converters)
kriswallsmith/assetic suggests installing leafo/lessphp (Assetic provides the integration with the lessphp LESS compiler)
kriswallsmith/assetic suggests installing leafo/scssphp (Assetic provides the integration with the scssphp SCSS compiler)
kriswallsmith/assetic suggests installing leafo/scssphp-compass (Assetic provides the integration with the SCSS compass plugin)
kriswallsmith/assetic suggests installing patchwork/jsqueeze (Assetic provides the integration with the JSqueeze JavaScript compressor)
kriswallsmith/assetic suggests installing ptachoire/cssembed (Assetic provides the integration with phpcssembed to embed data uris)
symfony/assetic-bundle suggests installing kriswallsmith/spork (to be able to dump assets in parallel)
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
monolog/monolog suggests installing videlalvaro/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
Generating autoload files
Creating the "app/config/parameters.yml" file
Some parameters are missing. Please provide them.
database_host (127.0.0.1):
database_port (null):
database_name (symfony):
database_user (root):
database_password (null):
mailer_transport (smtp):
mailer_host (127.0.0.1):
mailer_user (null):
mailer_password (null):
secret (ThisTokenIsNotSoSecretChangeIt):
Clearing the cache for the dev environment with debug true
Trying to install assets as symbolic links.
Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework It looks like your system doesn't support symbolic links, so the assets were installed by copying them.
Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodistribution
It looks like your system doesn't support symbolic links, so the assets were installed by copying them.
F:\OpenServer\domains\localhost\composer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment