Skip to content

Commit 78438fd

Browse files
committed
Clean up the 'In the Wild' section and optimize images
1 parent ba79b34 commit 78438fd

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

resources/all-the-things.png

177 KB
Loading

resources/spidey-sense.jpg

-32.7 KB
Loading

slides/artisan.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
### [Artisan](https://laravel.com/docs/5.2/artisan)
22

33
* <!-- .element: class="fragment" --> The underlying CLI for Laravel
4-
* <!-- .element: class="fragment" --> Scaffold new models, views, controllers, seeds, and more
4+
* <!-- .element: class="fragment" --> Scaffold ![all the things](resources/all-the-things.png)<!-- .element: style="display: inline; height: 1.3em; vertical-align: middle; border: none; box-shadow: none;" -->
55
* <!-- .element: class="fragment" --> Built atop the Symfony Console
6-
* <!-- .element: class="fragment" --> Enables third-party packages to register new commands
6+
* <!-- .element: class="fragment" --> Third-party access
7+
8+
Note:
9+
10+
* Easily scaffold models, controllers, console commands, and more!
11+
* Third-party packages can register new commands
12+
- Easy to build toolkits for Laravel devs

slides/drush.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### [Drush](http://www.drush.org/en/master/)
22

3-
* <!-- .element: class="fragment" --> Short for "Drupal Shell"
3+
* <!-- .element: class="fragment" --> "Drupal Shell"
44
* <!-- .element: class="fragment" --> One of the OG CLI tools for PHP CMSs
55
* <!-- .element: class="fragment" --> Manage themes, modules, system updates, etc.
6+
7+
Note:
8+
9+
* One of the first PHP platforms to really embrace the CLI

slides/joomla-console.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### [Joomla Console](https://www.joomlatools.com/developer/tools/console/)
22

33
* <!-- .element: class="fragment" --> CLI framework for Joomla!
4-
* <!-- .element: class="fragment" --> Manage Sites, Extensions, Databases, and Apache vhosts
4+
* <!-- .element: class="fragment" --> Manage sites, extensions, databases, & virtual hosts
55
* <!-- .element: class="fragment" --> List, purge, and clear cache contents
6+
7+
Note:
8+
9+
* Kind of neat: has the "vhost" command for managing Apache + nginx virtual hosts

slides/wp-cli.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
* <!-- .element: class="fragment" --> Manage posts, terms, users, and more
55
* <!-- .element: class="fragment" --> Inspect and maintain cron, caches, and transients
66
* <!-- .element: class="fragment" --> Extensible for themes + plugins
7+
8+
Note:
9+
10+
* Recently made an official part of the WordPress project

0 commit comments

Comments
 (0)