Sunteți pe pagina 1din 25

Microsoft Windows [Version 10.0.18362.

476]

(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\MCA>composer

______

/ ____/___ ____ ___ ____ ____ ________ _____

/ / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/

/ /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /

\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/

/_/

Composer version 1.9.1 2019-11-01 17:20:17

Usage:

command [options] [arguments]

Options:

-h, --help Display this help message

-q, --quiet Do not output any message

-V, --version Display this application version

--ansi Force ANSI output

--no-ansi Disable ANSI output

-n, --no-interaction Do not ask any interactive question

--profile Display timing and memory usage information

--no-plugins Whether to disable plugins.

-d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.


--no-cache Prevent use of the cache

-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose
output and 3 for debug

Available commands:

about Shows the short information about Composer.

archive Creates an archive of this composer package.

browse Opens the package's repository URL or homepage in your browser.

check-platform-reqs Check that platform requirements are satisfied.

clear-cache Clears composer's internal package cache.

clearcache Clears composer's internal package cache.

config Sets config options.

create-project Creates new project from a package into given directory.

depends Shows which packages cause the given package to be installed.

diagnose Diagnoses the system to identify common errors.

dump-autoload Dumps the autoloader.

dumpautoload Dumps the autoloader.

exec Executes a vendored binary/script.

global Allows running commands in the global composer dir ($COMPOSER_HOME).

help Displays help for a command

home Opens the package's repository URL or homepage in your browser.

i Installs the project dependencies from the composer.lock file if present, or falls back on the
composer.json.

info Shows information about packages.

init Creates a basic composer.json file in current directory.

install Installs the project dependencies from the composer.lock file if present, or falls back on
the composer.json.
licenses Shows information about licenses of dependencies.

list Lists commands

outdated Shows a list of installed packages that have updates available, including their latest
version.

prohibits Shows which packages prevent the given package from being installed.

remove Removes a package from the require or require-dev.

require Adds required packages to your composer.json and installs them.

run Runs the scripts defined in composer.json.

run-script Runs the scripts defined in composer.json.

search Searches for packages.

self-update Updates composer.phar to the latest version.

selfupdate Updates composer.phar to the latest version.

show Shows information about packages.

status Shows a list of locally modified packages, for packages installed from source.

suggests Shows package suggestions.

u Upgrades your dependencies to the latest version according to composer.json, and


updates the composer.lock file.

update Upgrades your dependencies to the latest version according to composer.json, and
updates the composer.lock file.

upgrade Upgrades your dependencies to the latest version according to composer.json, and
updates the composer.lock file.

validate Validates a composer.json and composer.lock.

why Shows which packages cause the given package to be installed.

why-not Shows which packages prevent the given package from being installed.

C:\Users\MCA>composer about

Composer - Dependency Manager for PHP


Composer is a dependency manager tracking local dependencies of your projects and libraries.

See https://getcomposer.org/ for more information.

C:\Users\MCA>

C:\Users\MCA>

C:\Users\MCA>composer browse

No package specified, opening homepage for the root package

Composer could not find a composer.json file in C:\Users\MCA

To initialize a project, please create a composer.json file as described in the https://getcomposer.org/


"Getting Started" section

C:\Users\MCA>mkdir laravelproject

C:\Users\MCA>cd laravelproject

C:\Users\MCA\laravelproject>dir

Volume in drive C has no label.

Volume Serial Number is 0271-6CA1

Directory of C:\Users\MCA\laravelproject

01/13/2020 11:27 AM <DIR> .

01/13/2020 11:27 AM <DIR> ..

0 File(s) 0 bytes

2 Dir(s) 26,774,990,848 bytes free


C:\Users\MCA\laravelproject>composer create-project laravel/laravel test dev-develop

[InvalidArgumentException]

Could not find package laravel/laravel with version dev-develop in a version installable using your PHP
version 5.6.

25.

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--


repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress]
[--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>]
[<directory>] [<version>]

C:\Users\MCA\laravelproject>

C:\Users\MCA\laravelproject>dir

Volume in drive C has no label.

Volume Serial Number is 0271-6CA1

Directory of C:\Users\MCA\laravelproject

01/13/2020 11:27 AM <DIR> .

01/13/2020 11:27 AM <DIR> ..

0 File(s) 0 bytes

2 Dir(s) 26,746,929,152 bytes free


C:\Users\MCA\laravelproject>mkdir laravel

C:\Users\MCA\laravelproject>composer create-project laravel/laravel test dev-develop

[InvalidArgumentException]

Could not find package laravel/laravel with version dev-develop in a version installable using your PHP
version 5.6.

25.

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--


repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress]
[--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>]
[<directory>] [<version>]

C:\Users\MCA\laravelproject>

C:\Users\MCA\laravelproject>dir

Volume in drive C has no label.

Volume Serial Number is 0271-6CA1

Directory of C:\Users\MCA\laravelproject

01/13/2020 11:28 AM <DIR> .

01/13/2020 11:28 AM <DIR> ..

01/13/2020 11:28 AM <DIR> laravel


0 File(s) 0 bytes

3 Dir(s) 26,745,331,712 bytes free

C:\Users\MCA\laravelproject>cd laravel

C:\Users\MCA\laravelproject\laravel>dir

Volume in drive C has no label.

Volume Serial Number is 0271-6CA1

Directory of C:\Users\MCA\laravelproject\laravel

01/13/2020 11:28 AM <DIR> .

01/13/2020 11:28 AM <DIR> ..

0 File(s) 0 bytes

2 Dir(s) 26,745,266,176 bytes free

C:\Users\MCA\laravelproject\laravel>cd ..

C:\Users\MCA\laravelproject>composer create-project laravel test dev-develop

[InvalidArgumentException]

Could not find package laravel with version dev-develop.


create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--
repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress]
[--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>]
[<directory>] [<version>]

C:\Users\MCA\laravelproject>

C:\Users\MCA\laravelproject>composer --version

Composer version 1.9.1 2019-11-01 17:20:17

C:\Users\MCA\laravelproject>cd..

C:\Users\MCA>dir

Volume in drive C has no label.

Volume Serial Number is 0271-6CA1

Directory of C:\Users\MCA

01/13/2020 11:27 AM <DIR> .

01/13/2020 11:27 AM <DIR> ..

10/12/2019 12:44 PM <DIR> .anaconda

11/19/2019 11:16 AM <DIR> .android

08/03/2019 09:47 AM <DIR> .AndroidStudio3.4

08/22/2019 10:42 AM <DIR> .AndroidStudio3.5

08/06/2019 11:30 AM 372 .bash_history

10/21/2019 05:30 PM <DIR> .conda

10/21/2019 05:31 PM 43 .condarc


10/15/2019 10:51 AM <DIR> .config

09/03/2018 09:03 AM 16 .emulator_console_auth_token

08/06/2019 11:12 AM 72 .gitconfig

08/30/2018 11:26 AM <DIR> .gradle

03/08/2018 10:56 AM <DIR> .idlerc

10/15/2019 10:50 AM <DIR> .ipython

10/12/2018 12:03 PM <DIR> .jssc

10/15/2019 11:23 AM <DIR> .keras

10/15/2019 10:51 AM <DIR> .matplotlib

08/06/2019 10:36 AM 77 .minttyrc

08/22/2017 06:02 AM <DIR> .nbi

02/18/2019 11:41 AM <DIR> .PyCharmCE2018.3

08/22/2017 05:02 AM 1,024 .rnd

10/23/2019 08:41 AM <DIR> .spyder-py3

08/22/2017 06:50 AM <DIR> .VirtualBox

08/26/2019 09:41 AM <DIR> .vscode

12/18/2019 08:07 AM <DIR> 3D Objects

09/15/2019 08:38 AM <DIR> AndroidStudioProjects

10/12/2018 10:51 AM <DIR> Blink

12/18/2019 08:07 AM <DIR> Contacts

01/11/2020 12:13 PM <DIR> Desktop

12/18/2019 08:07 AM <DIR> Documents

01/13/2020 11:19 AM <DIR> Downloads

11/03/2018 11:08 AM <DIR> Envs

12/18/2019 08:07 AM <DIR> Favorites


01/13/2020 11:28 AM <DIR> laravelproject

12/18/2019 08:07 AM <DIR> Links

12/18/2019 08:07 AM <DIR> Music

03/08/2018 10:15 AM <DIR> myproject

02/18/2019 03:29 PM <DIR> mysite

12/02/2019 10:31 AM <DIR> OneDrive

08/21/2017 10:19 AM <DIR> Oracle

12/18/2019 08:07 AM <DIR> Pictures

08/06/2019 11:08 AM <DIR> sample-demo

12/18/2019 08:07 AM <DIR> Saved Games

12/18/2019 08:07 AM <DIR> Searches

11/05/2018 09:44 AM <DIR> test_project

12/18/2019 08:07 AM <DIR> Videos

6 File(s) 1,604 bytes

41 Dir(s) 26,595,446,784 bytes free

C:\Users\MCA>c\

'c\' is not recognized as an internal or external command,

operable program or batch file.

C:\Users\MCA>c:

C:\Users\MCA>composer

______

/ ____/___ ____ ___ ____ ____ ________ _____


/ / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/

/ /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /

\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/

/_/

Composer version 1.9.1 2019-11-01 17:20:17

Usage:

command [options] [arguments]

Options:

-h, --help Display this help message

-q, --quiet Do not output any message

-V, --version Display this application version

--ansi Force ANSI output

--no-ansi Disable ANSI output

-n, --no-interaction Do not ask any interactive question

--profile Display timing and memory usage information

--no-plugins Whether to disable plugins.

-d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.

--no-cache Prevent use of the cache

-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose
output and 3 for debug

Available commands:

about Shows the short information about Composer.

archive Creates an archive of this composer package.


browse Opens the package's repository URL or homepage in your browser.

check-platform-reqs Check that platform requirements are satisfied.

clear-cache Clears composer's internal package cache.

clearcache Clears composer's internal package cache.

config Sets config options.

create-project Creates new project from a package into given directory.

depends Shows which packages cause the given package to be installed.

diagnose Diagnoses the system to identify common errors.

dump-autoload Dumps the autoloader.

dumpautoload Dumps the autoloader.

exec Executes a vendored binary/script.

global Allows running commands in the global composer dir ($COMPOSER_HOME).

help Displays help for a command

home Opens the package's repository URL or homepage in your browser.

i Installs the project dependencies from the composer.lock file if present, or falls back on the
composer.json.

info Shows information about packages.

init Creates a basic composer.json file in current directory.

install Installs the project dependencies from the composer.lock file if present, or falls back on
the composer.json.

licenses Shows information about licenses of dependencies.

list Lists commands

outdated Shows a list of installed packages that have updates available, including their latest
version.

prohibits Shows which packages prevent the given package from being installed.

remove Removes a package from the require or require-dev.

require Adds required packages to your composer.json and installs them.


run Runs the scripts defined in composer.json.

run-script Runs the scripts defined in composer.json.

search Searches for packages.

self-update Updates composer.phar to the latest version.

selfupdate Updates composer.phar to the latest version.

show Shows information about packages.

status Shows a list of locally modified packages, for packages installed from source.

suggests Shows package suggestions.

u Upgrades your dependencies to the latest version according to composer.json, and


updates the composer.lock file.

update Upgrades your dependencies to the latest version according to composer.json, and
updates the composer.lock file.

upgrade Upgrades your dependencies to the latest version according to composer.json, and
updates the composer.lock file.

validate Validates a composer.json and composer.lock.

why Shows which packages cause the given package to be installed.

why-not Shows which packages prevent the given package from being installed.

C:\Users\MCA>cd\

C:\>cd wamp64

C:\wamp64>dir

Volume in drive C has no label.

Volume Serial Number is 0271-6CA1

Directory of C:\wamp64
11/02/2019 09:47 AM <DIR> .

11/02/2019 09:47 AM <DIR> ..

10/23/2018 12:14 PM <DIR> alias

10/23/2018 12:14 PM <DIR> apps

12/31/2010 09:39 AM 4,790 barimage.bmp

10/23/2018 12:15 PM <DIR> bin

10/23/2018 12:14 PM <DIR> cgi-bin

08/01/2016 04:21 PM 26,934 images_off.bmp

08/01/2016 04:22 PM 26,934 images_on.bmp

10/16/2016 03:09 PM 3,380 install-english.txt

10/23/2018 12:14 PM <DIR> lang

11/06/2015 11:00 AM 8,156 license-english.txt

10/23/2018 12:18 PM <DIR> logs

03/08/2016 07:45 PM 1,191 read_after_install-english.txt

11/02/2019 09:44 AM 1,325 saveName.php

10/23/2018 12:14 PM <DIR> scripts

11/02/2019 09:37 AM <DIR> tmp

10/23/2018 12:17 PM 972,296 unins000.dat

10/23/2018 12:14 PM 1,401,105 unins000.exe

10/23/2018 12:14 PM 132 uninstall_services.bat

10/23/2018 12:17 PM 1,610 wampmanager.conf

09/03/2008 03:46 PM 1,233,408 wampmanager.exe

11/02/2019 09:17 AM 508,644 wampmanager.ini

08/22/2016 10:42 AM 24,039 wampmanager.tpl


11/02/2019 09:55 AM <DIR> www

14 File(s) 4,213,944 bytes

11 Dir(s) 26,591,313,920 bytes free

C:\wamp64>cd \\\\dir

'\\\\dir'

CMD does not support UNC paths as current directories.

C:\wamp64>dir

Volume in drive C has no label.

Volume Serial Number is 0271-6CA1

Directory of C:\wamp64

11/02/2019 09:47 AM <DIR> .

11/02/2019 09:47 AM <DIR> ..

10/23/2018 12:14 PM <DIR> alias

10/23/2018 12:14 PM <DIR> apps

12/31/2010 09:39 AM 4,790 barimage.bmp

10/23/2018 12:15 PM <DIR> bin

10/23/2018 12:14 PM <DIR> cgi-bin

08/01/2016 04:21 PM 26,934 images_off.bmp

08/01/2016 04:22 PM 26,934 images_on.bmp

10/16/2016 03:09 PM 3,380 install-english.txt

10/23/2018 12:14 PM <DIR> lang


11/06/2015 11:00 AM 8,156 license-english.txt

10/23/2018 12:18 PM <DIR> logs

03/08/2016 07:45 PM 1,191 read_after_install-english.txt

11/02/2019 09:44 AM 1,325 saveName.php

10/23/2018 12:14 PM <DIR> scripts

11/02/2019 09:37 AM <DIR> tmp

10/23/2018 12:17 PM 972,296 unins000.dat

10/23/2018 12:14 PM 1,401,105 unins000.exe

10/23/2018 12:14 PM 132 uninstall_services.bat

10/23/2018 12:17 PM 1,610 wampmanager.conf

09/03/2008 03:46 PM 1,233,408 wampmanager.exe

11/02/2019 09:17 AM 508,644 wampmanager.ini

08/22/2016 10:42 AM 24,039 wampmanager.tpl

11/02/2019 09:55 AM <DIR> www

14 File(s) 4,213,944 bytes

11 Dir(s) 26,591,313,920 bytes free

C:\wamp64>cd www

C:\wamp64\www>dir

Volume in drive C has no label.

Volume Serial Number is 0271-6CA1

Directory of C:\wamp64\www
11/02/2019 09:55 AM <DIR> .

11/02/2019 09:55 AM <DIR> ..

08/16/2016 06:02 PM 18,009 add_vhost.php

10/23/2018 01:24 PM 1,955 api.php

10/23/2018 01:22 PM 0 api.php.txt

10/23/2018 12:56 PM <DIR> config

11/02/2019 09:57 AM 1,324 dbsynch.php

10/23/2018 03:19 PM <DIR> entities

12/31/2010 09:40 AM 202,575 favicon.ico

11/02/2019 09:52 AM 1,317 index.php

05/09/2018 04:51 PM <DIR> oldrest-api-crud-using-php

10/23/2018 03:24 PM <DIR> php-crud-with-mysqli

10/23/2018 03:23 PM 13,738 php-crud-with-mysqli.zip

05/09/2018 04:51 PM <DIR> rest-api-crud-using-php

10/23/2018 03:53 PM 3,832 rest-api-crud-using-php.rar

10/09/2015 11:12 PM <DIR> restexample

10/23/2018 03:36 PM 3,173 restexample.zip

11/02/2019 09:45 AM 1,325 saveName.php.txt

11/02/2019 09:45 AM <DIR> SqliteSync

05/17/2016 03:58 PM 528 testmysql.php

09/21/2015 05:30 PM 742 test_sockets.php

10/23/2018 12:14 PM <DIR> wamplangues

10/23/2018 12:14 PM <DIR> wampthemes

12 File(s) 248,518 bytes

11 Dir(s) 26,591,281,152 bytes free


C:\wamp64\www>mkdir laravel_crud

C:\wamp64\www>cd laravel_crud

C:\wamp64\www\laravel_crud>composer create-project --prefer-dist laravel/laravel student_crud


"5.6.*"

[InvalidArgumentException]

Could not find package laravel/laravel with version 5.6.* in a version installable using your PHP version
5.6.25.

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--


repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress]
[--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>]
[<directory>] [<version>]

C:\wamp64\www\laravel_crud>composer create-project --prefer-dist laravel/laravel student_crud


"5.4.*"

Installing laravel/laravel (v5.4.30)

- Installing laravel/laravel (v5.4.30): Downloading (100%)

Created project in student_crud

> php -r "file_exists('.env') || copy('.env.example', '.env');"

Loading composer repositories with package information

Updating dependencies (including require-dev)


Package operations: 64 installs, 0 updates, 0 removals

- Installing kylekatarnls/update-helper (1.2.0): Downloading (100%)

- Installing doctrine/inflector (v1.1.0): Downloading (100%)

- Installing symfony/polyfill-mbstring (v1.13.1): Downloading (100%)

- Installing symfony/var-dumper (v3.4.36): Downloading (100%)

- Installing jakub-onderka/php-console-color (v0.2): Downloading (100%)

- Installing jakub-onderka/php-console-highlighter (v0.4): Downloading (100%)

- Installing nikic/php-parser (v3.1.5): Downloading (100%)

- Installing psr/log (1.1.2): Downloading (100%)

- Installing symfony/debug (v3.4.36): Downloading (100%)

- Installing symfony/console (v3.4.36): Downloading (100%)

- Installing dnoegel/php-xdg-base-dir (v0.1.1): Downloading (100%)

- Installing psy/psysh (v0.9.12): Downloading (100%)

- Installing symfony/polyfill-ctype (v1.13.1): Downloading (100%)

- Installing vlucas/phpdotenv (v2.6.1): Downloading (100%)

- Installing symfony/css-selector (v3.4.36): Downloading (100%)

- Installing tijsverkoyen/css-to-inline-styles (2.2.2): Downloading (100%)

- Installing symfony/routing (v3.4.36): Downloading (100%)

- Installing symfony/process (v3.4.36): Downloading (100%)

- Installing paragonie/random_compat (v2.0.18): Downloading (100%)

- Installing symfony/polyfill-php70 (v1.13.1): Downloading (100%)

- Installing symfony/http-foundation (v3.4.36): Downloading (100%)

- Installing symfony/event-dispatcher (v3.4.36): Downloading (100%)

- Installing symfony/polyfill-util (v1.13.1): Downloading (100%)

- Installing symfony/polyfill-php56 (v1.13.1): Downloading (100%)


- Installing symfony/http-kernel (v3.4.36): Downloading (100%)

- Installing symfony/finder (v3.4.36): Downloading (100%)

- Installing swiftmailer/swiftmailer (v5.4.12): Downloading (100%)

- Installing ramsey/uuid (3.9.2): Downloading (100%)

- Installing symfony/translation (v3.4.36): Downloading (100%)

- Installing nesbot/carbon (1.39.1): Downloading (100%)

- Installing mtdowling/cron-expression (v1.2.3): Downloading (100%)

- Installing monolog/monolog (1.25.3): Downloading (100%)

- Installing league/flysystem (1.0.63): Downloading (100%)

- Installing erusev/parsedown (1.7.4): Downloading (100%)

- Installing laravel/framework (v5.4.36): Downloading (100%)

- Installing laravel/tinker (v1.0.10): Downloading (100%)

- Installing fzaninotto/faker (v1.9.1): Downloading (100%)

- Installing hamcrest/hamcrest-php (v1.2.2): Downloading (100%)

- Installing mockery/mockery (0.9.11): Downloading (100%)

- Installing symfony/yaml (v3.4.36): Downloading (100%)

- Installing sebastian/version (2.0.1): Downloading (100%)

- Installing sebastian/resource-operations (1.0.0): Downloading (100%)

- Installing sebastian/recursion-context (2.0.0): Downloading (100%)

- Installing sebastian/object-enumerator (2.0.1): Downloading (100%)

- Installing sebastian/global-state (1.1.1): Downloading (100%)

- Installing sebastian/exporter (2.0.0): Downloading (100%)

- Installing sebastian/environment (2.0.0): Downloading (100%)

- Installing sebastian/diff (1.4.3): Downloading (100%)

- Installing sebastian/comparator (1.2.4): Downloading (100%)


- Installing doctrine/instantiator (1.0.5): Downloading (100%)

- Installing phpunit/php-text-template (1.2.1): Downloading (100%)

- Installing phpunit/phpunit-mock-objects (3.4.4): Downloading (100%)

- Installing phpunit/php-timer (1.0.9): Downloading (100%)

- Installing phpunit/php-file-iterator (1.4.5): Downloading (100%)

- Installing sebastian/code-unit-reverse-lookup (1.0.1): Downloading (100%)

- Installing phpunit/php-token-stream (1.4.12): Downloading (100%)

- Installing phpunit/php-code-coverage (4.0.8): Downloading (100%)

- Installing webmozart/assert (1.6.0): Downloading (100%)

- Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%)

- Installing phpdocumentor/type-resolver (0.4.0): Downloading (100%)

- Installing phpdocumentor/reflection-docblock (3.3.2): Downloading (100%)

- Installing phpspec/prophecy (1.10.1): Downloading (100%)

- Installing myclabs/deep-copy (1.7.0): Downloading (100%)

- Installing phpunit/phpunit (5.7.27): Downloading (100%)

symfony/var-dumper suggests installing ext-symfony_debug

symfony/console suggests installing symfony/lock

psy/psysh suggests installing ext-pcntl (Enabling the PCNTL extension makes PsySH a lot happier :))

psy/psysh suggests installing ext-posix (If you have PCNTL, you'll want the POSIX extension as well.)

psy/psysh suggests installing ext-readline (Enables support for arrow-key history navigation, and
showing and manipulating command history.)

psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)

psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your
PHP install doesn't already support readline or libedit.)

symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)

symfony/routing suggests installing symfony/expression-language (For using expression matching)


symfony/routing suggests installing doctrine/annotations (For using the annotation loader)

paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be
used to generate random bytes.)

symfony/event-dispatcher suggests installing symfony/dependency-injection

symfony/http-kernel suggests installing symfony/browser-kit

symfony/http-kernel suggests installing symfony/config

symfony/http-kernel suggests installing symfony/dependency-injection

ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the
SodiumRandomGenerator)

ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the
PeclUuidTimeGenerator and PeclUuidRandomGenerator)

ramsey/uuid suggests installing moontoast/math (Provides support for converting UUID to 128-bit
integer (in string form).)

ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with
ramsey/uuid)

ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine


field type.)

ramsey/uuid suggests installing paragonie/random-lib (Provides RandomLib for use with the
RandomLibAdapter)

symfony/translation suggests installing symfony/config

monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2


server)

monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)

monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB


server)

monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search
server)

monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an


AMQP server using php-amqplib)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+
required))

monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)

monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB


server via PHP Driver)

monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services
like DynamoDB)

monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)

monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google


Chrome)

league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use


EventableFilesystem)

league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud


Files)

league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob
storage)

league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)

league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS
SDK v2)

league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS
SDK v3)

league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)

league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage


for PHP 5 applications)

league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for


metadata caching)

league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via
phpseclib)

league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)

laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver and SES
mail driver (~3.0).)
laravel/framework suggests installing doctrine/dbal (Required to rename columns and drop SQLite
columns (~2.5).)

laravel/framework suggests installing guzzlehttp/guzzle (Required to use the Mailgun and Mandrill mail
drivers and the ping methods on schedules (~6.0).)

laravel/framework suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3


driver (~1.0).)

laravel/framework suggests installing league/flysystem-rackspace (Required to use the Flysystem


Rackspace driver (~1.0).)

laravel/framework suggests installing nexmo/client (Required to use the Nexmo transport (~1.0).)

laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver
(~3.0).)

laravel/framework suggests installing predis/predis (Required to use the redis cache and queue drivers
(~1.0).)

laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast


driver (~2.0).)

laravel/framework suggests installing symfony/dom-crawler (Required to use most of the crawler


integration testing tools (~3.2).)

laravel/framework suggests installing symfony/psr-http-message-bridge (Required to psr7 bridging


features (0.2.*).)

sebastian/global-state suggests installing ext-uopz (*)

phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.1)

phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)

phpunit/phpunit suggests installing ext-xdebug (*)

Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was
suggested.

Writing lock file

Generating optimized autoload files

Carbon 1 is deprecated, see how to migrate to Carbon 2.

https://carbon.nesbot.com/docs/#api-carbon-2
You can run ".\vendor\bin\upgrade-carbon" to get help in updating carbon and other frameworks and
libraries that depend on it.

> Illuminate\Foundation\ComposerScripts::postUpdate

> php artisan optimize

Generating optimized class loader

The compiled services file has been removed.

> php artisan key:generate

Application key [base64:G6QaxhTuWdNOScDJc9ser0UfeuK0uF5biqgto62xvaE=] set successfully.

C:\wamp64\www\laravel_crud>

S-ar putea să vă placă și