Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/labs
- ╰─➤ composer create-project symfony/skeleton my_symfony 130 ↵
- Installing symfony/skeleton (v4.2.2.1)
- - Installing symfony/skeleton (v4.2.2.1): Loading from cache
- Created project in my_symfony
- Loading composer repositories with package information
- Installing dependencies (including require-dev) from lock file
- Package operations: 22 installs, 0 updates, 0 removals
- - Installing symfony/flex (v1.1.8): Loading from cache
- - Installing psr/cache (1.0.1): Loading from cache
- - Installing psr/container (1.0.0): Loading from cache
- - Installing psr/simple-cache (1.0.1): Loading from cache
- - Installing symfony/polyfill-mbstring (v1.10.0): Loading from cache
- - Installing symfony/contracts (v1.0.2): Loading from cache
- - Installing symfony/console (v4.2.2): Loading from cache
- - Installing symfony/dotenv (v4.2.2): Loading from cache
- - Installing symfony/routing (v4.2.2): Loading from cache
- - Installing symfony/http-foundation (v4.2.2): Loading from cache
- - Installing symfony/event-dispatcher (v4.2.2): Loading from cache
- - Installing psr/log (1.1.0): Loading from cache
- - Installing symfony/debug (v4.2.2): Loading from cache
- - Installing symfony/http-kernel (v4.2.2): Loading from cache
- - Installing symfony/finder (v4.2.2): Loading from cache
- - Installing symfony/filesystem (v4.2.2): Loading from cache
- - Installing symfony/dependency-injection (v4.2.2): Loading from cache
- - Installing symfony/config (v4.2.2): Loading from cache
- - Installing symfony/var-exporter (v4.2.2): Loading from cache
- - Installing symfony/cache (v4.2.2): Loading from cache
- - Installing symfony/framework-bundle (v4.2.2): Loading from cache
- - Installing symfony/yaml (v4.2.2): Loading from cache
- Generating autoload files
- Symfony operations: 4 recipes (9c965e9929e9599072b2e791705b4bc3)
- - Configuring symfony/flex (>=1.0): From github.com/symfony/recipes:master
- - Configuring symfony/framework-bundle (>=4.2): From github.com/symfony/recipes:master
- - Configuring symfony/console (>=3.3): From github.com/symfony/recipes:master
- - Configuring symfony/routing (>=4.2): From github.com/symfony/recipes:master
- Executing script cache:clear [OK]
- Executing script assets:install public [OK]
- Some files may have been created or updated to configure your new packages.
- Please review, edit and commit them: these files are yours.
- What's next?
- * Run your application:
- 1. Change to the project directory
- 2. Create your code repository with the git init command
- 3. Run composer require server --dev to install the development web server,
- or configure another supported web server https://symfony.com/doc/current/setup/web_server_configuration.html
- * Read the documentation at https://symfony.com/doc
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/labs
- ╰─➤ cd my_symfony
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement