11.08.2017 Views

codebright

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Getting Started 41<br />

Note that the versions of the dependencies may have changed since this section was last updated.<br />

The result however, will remain the same.<br />

Our application package depends only upon the laravel/framework package, which contains all<br />

of the components needed to power your application. This composer.json file is ours. It is for our<br />

application and we may edit it however we please. However, some sensible defaults have been<br />

provided for you. I also wouldn’t recommend removing the laravel/framework package. Very bad<br />

things will happen.<br />

Right now we only have a template. Let’s run composer install to install the frameworks core.<br />

1 Loading composer repositories with package information<br />

2 Installing dependencies<br />

3 - Installing doctrine/lexer (dev-master bc0e1f0)<br />

4 Cloning bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94<br />

5<br />

6 - Installing doctrine/annotations (v1.1)<br />

7 Loading from cache<br />

8<br />

9 ... Many more packages here. ...<br />

10<br />

11 - Installing ircmaxell/password-compat (1.0.x-dev v1.0.0)<br />

12 Cloning v1.0.0<br />

13<br />

14 - Installing swiftmailer/swiftmailer (dev-master e77eb35)<br />

15 Cloning e77eb358a1aa7157afb922f33e2afc22f6a7bef2<br />

16<br />

17 - Installing laravel/framework (dev-master 227f5b8)<br />

18 Cloning 227f5b85cc2201b6330a8f7ea75f0093a311fe3b<br />

19<br />

20 predis/predis suggests installing ext-phpiredis (Allows faster serialization and \<br />

21 deserialization of the Redis protocol)<br />

22 symfony/translation suggests installing symfony/config (2.2.*)<br />

23 symfony/translation suggests installing symfony/yaml (2.2.*)<br />

24 symfony/routing suggests installing symfony/config (2.2.*)<br />

25 symfony/routing suggests installing symfony/yaml (2.2.*)<br />

26 symfony/event-dispatcher suggests installing symfony/dependency-injection (2.2.*)<br />

27 symfony/http-kernel suggests installing symfony/class-loader (2.2.*)<br />

28 symfony/http-kernel suggests installing symfony/config (2.2.*)<br />

29 symfony/http-kernel suggests installing symfony/dependency-injection (2.2.*)<br />

30 symfony/debug suggests installing symfony/class-loader (~2.1)<br />

31 monolog/monolog suggests installing mlehner/gelf-php (Allow sending log messages \<br />

32 to a GrayLog2 server)<br />

33 monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AM\

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!