Slide 13
Slide 13 text
$ heroku create my-first-app
Creating my-first-app... done, stack is cedar-14
$ git push heroku master
-----> PHP app detected
-----> Setting up runtime environment...
- PHP 7.0.11
- Apache 2.4.20
-----> Installing dependencies...
Composer version 1.2.1
Loading composer repositories with package information
Installing dependencies from lock file
- Installing monolog/monolog (1.12.0)
Loading from cache
Generating optimized autoload files
-----> Compressing... done, 12.4MB
-----> Launching... done, v3
http://my-first-app.herokuapp.com/ deployed to Heroku