Talk in English - US at PHPDetroit Conference 2018
Track Name:
Track B
View Slides: stevegrunwell.com/slides/php-cli
Short URL: https://joind.in/talk/e6d00
(QR-Code (opens in new window))
Executing PHP from the command line enables us to interact with our applications in new and interesting ways: from performing site maintenance to scaffolding new projects, CLI tools like WP-CLI, Artisan, and Drush make it easy to interface with our code without ever opening a browser.
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.
Comments
Comments are closed.
Great info. I think I want to play with CLImate now. Thanks.
+1 on wanting to play with CLImate.
Plenty of good information about what to do, and what to avoid. Much appreciated.