Advertisement
yoesoff

symfony/skeleton

Jan 17th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.92 KB | None | 0 0
  1. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/labs  
  2. ╰─➤  composer create-project symfony/skeleton        
  3. Installing symfony/skeleton (v4.2.2.1)
  4.   - Installing symfony/skeleton (v4.2.2.1): Downloading (100%)        
  5. Created project in /home/yoesoff/Documents/labs/skeleton
  6. Loading composer repositories with package information
  7. Installing dependencies (including require-dev) from lock file
  8. Package operations: 22 installs, 0 updates, 0 removals
  9.   - Installing symfony/flex (v1.1.8): Loading from cache
  10.   - Installing psr/cache (1.0.1): Loading from cache
  11.   - Installing psr/container (1.0.0): Loading from cache
  12.   - Installing psr/simple-cache (1.0.1): Loading from cache
  13.   - Installing symfony/polyfill-mbstring (v1.10.0): Loading from cache
  14.   - Installing symfony/contracts (v1.0.2): Loading from cache
  15.   - Installing symfony/console (v4.2.2): Loading from cache
  16.   - Installing symfony/dotenv (v4.2.2): Loading from cache
  17.   - Installing symfony/routing (v4.2.2): Loading from cache
  18.   - Installing symfony/http-foundation (v4.2.2): Loading from cache
  19.   - Installing symfony/event-dispatcher (v4.2.2): Loading from cache
  20.   - Installing psr/log (1.1.0): Loading from cache
  21.   - Installing symfony/debug (v4.2.2): Loading from cache
  22.   - Installing symfony/http-kernel (v4.2.2): Loading from cache
  23.   - Installing symfony/finder (v4.2.2): Loading from cache
  24.   - Installing symfony/filesystem (v4.2.2): Loading from cache
  25.   - Installing symfony/dependency-injection (v4.2.2): Loading from cache
  26.   - Installing symfony/config (v4.2.2): Loading from cache
  27.   - Installing symfony/var-exporter (v4.2.2): Loading from cache
  28.   - Installing symfony/cache (v4.2.2): Loading from cache
  29.   - Installing symfony/framework-bundle (v4.2.2): Loading from cache
  30.   - Installing symfony/yaml (v4.2.2): Loading from cache
  31. Generating autoload files
  32. Symfony operations: 4 recipes (63ec57e40ef38172f5c26a5e54b1a5ee)
  33.   - Configuring symfony/flex (>=1.0): From github.com/symfony/recipes:master
  34.   - Configuring symfony/framework-bundle (>=4.2): From github.com/symfony/recipes:master
  35.   - Configuring symfony/console (>=3.3): From github.com/symfony/recipes:master
  36.   - Configuring symfony/routing (>=4.2): From github.com/symfony/recipes:master
  37. Executing script cache:clear [OK]
  38. Executing script assets:install public [OK]
  39.  
  40. Some files may have been created or updated to configure your new packages.
  41. Please review, edit and commit them: these files are yours.
  42.  
  43.              
  44.  What's next?
  45.              
  46.  
  47.  * Run your application:
  48.    1. Change to the project directory
  49.    2. Create your code repository with the git init command
  50.    3. Run composer require server --dev to install the development web server,
  51.       or configure another supported web server https://symfony.com/doc/current/setup/web_server_configuration.html
  52.  
  53.  * Read the documentation at https://symfony.com/doc
  54.  
  55. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/labs  
  56. ╰─➤
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement