Skip to content

Commit 673375e

Browse files
committed
Merge tag 'music-city-code'
2 parents 83563d6 + 83e169c commit 673375e

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Executing PHP from the command line enables us to interact with our applications
44

55
Attendees will be introduced to popular PHP CLI tools and their default capabilities. We'll discuss characteristics of good CLI scripts, strong use-cases for writing custom commands, then write several CLI programs across different platforms.
66

7-
#### [View slides](http://stevegrunwell.github.io/building-for-php-cli)
7+
**[View slides](http://stevegrunwell.github.io/building-for-php-cli)**
88

99
This presentation also has [a companion repository, full of executable examples from this presentation](https://github.com/stevegrunwell/php-cli-examples).
1010

11+
1112
## Notes and links
1213

1314
* [Symfony Console Component](http://symfony.com/doc/current/components/console/introduction.html) - Project documentation
@@ -16,15 +17,18 @@ This presentation also has [a companion repository, full of executable examples
1617
* [Exit Codes with Special Meanings](http://tldp.org/LDP/abs/html/exitcodes.html) - The Linux Documentation Project
1718
* [Understanding Exit Codes and How to Use Them in Bash Scripts](http://bencane.com/2014/09/02/understanding-exit-codes-and-how-to-use-them-in-bash-scripts/) - Article by Benjamin Cane
1819

20+
1921
### Platform-specific CLI tools
2022

2123
* [WP-CLI](http://wp-cli.org/)
2224
* [Laravel Artisan](https://laravel.com/docs/5.1/artisan)
2325
* [Drush](http://www.drush.org/en/master/)
2426
* [Joomlatools Console](https://www.joomlatools.com/developer/tools/console/)
2527

28+
2629
## Presentation History
2730

31+
* [Music City Code 2017](https://www.musiccitycode.com/) - June 3, 2017
2832
* [CodeMash 2017](http://www.codemash.org/) - January 13, 2017
2933
* [Nomad PHP (EU)](https://nomadphp.com/nomadphp-2016-12-eu/) – December 15, 2016 ([joind.in](https://joind.in/talk/dce28))
3034
* [php[tek] 2016](https://tek.phparch.com/speakers/#66432) – May 27, 2016 ([joind.in](https://joind.in/talk/ce9a4))

resources/emily.jpg

97.7 KB
Loading

resources/music-city-code.png

73.9 KB
Loading

slides/about-me.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
## Who am I?
1+
## Who am I?
22

3-
* Director of Technology @ [Growella](https://growella.com)
3+
* Senior Software Engineer @ [Liquid Web](https://www.liquidweb.com)
44
* Open-source contributor
55
* Husband + (new) father
66
* Coffee roaster
7-
8-
Note:
9-
10-
New media site covering topics in life, career, and money.

slides/list.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"sponsors.md",
23
"index.md",
34
[
45
"about-me.md",

slides/sponsors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- .slide: data-background-image="resources/music-city-code.png" data-background-size="contain" data-background-color="#fff" -->

slides/thank-you.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Steve Grunwell<br>
44
[stevegrunwell.com](https://stevegrunwell.com)<br>
5-
[growella.com](https://growella.com)
5+
[liquidweb.com](https://www.liquidweb.com)
66

77
[stevegrunwell.com/slides/php-cli](https://stevegrunwell.com/slides/php-cli)<!-- .element: class="slides-link" -->

0 commit comments

Comments
 (0)