Refs #557 #559 Add tools: Angular CLI and Laravel Lumen

This commit is contained in:
cytopia 2019-04-20 12:38:36 +02:00
parent e91a7001b4
commit 8fda181691
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
4 changed files with 19 additions and 1 deletions

View File

@ -13,6 +13,8 @@ major versions.
#### Added
- Documentation: Setup ProcessWire
- Tool: Angular CLI
- Tool: Laravel Lumen

View File

@ -95,7 +95,7 @@ services:
# PHP
# ------------------------------------------------------------
php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.81
image: devilbox/php-fpm:${PHP_SERVER}-work-0.84
hostname: php
##

View File

@ -3,6 +3,12 @@
Command line tools
============================================================
.. |ext_lnk_tool_angular_cli| raw:: html
<a target="_blank" href="https://cli.angular.io/">
Angular CLI <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_ansible| raw:: html
<a target="_blank" href="https://www.ansible.com/">
@ -99,6 +105,12 @@
linkcheck <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_lumen| raw:: html
<a target="_blank" href="https://lumen.laravel.com/docs/5.8#installing-lumen">
Laravel Lumen <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_mdl| raw:: html
<a target="_blank" href="https://github.com/markdownlint/markdownlint">

View File

@ -49,6 +49,8 @@ The PHP container is your workhorse and these are your tools:
+----------------------+---------------------------------------+
| ``linkcheck`` | |ext_lnk_tool_linkcheck| |
+----------------------+---------------------------------------+
| ``lumen`` | |ext_lnk_tool_lumen| |
+----------------------+---------------------------------------+
| ``mdl`` | |ext_lnk_tool_mdl| |
+----------------------+---------------------------------------+
| ``mdlint`` | |ext_lnk_tool_mdlint| |
@ -59,6 +61,8 @@ The PHP container is your workhorse and these are your tools:
+----------------------+---------------------------------------+
| ``mysqldump-secure`` | |ext_lnk_tool_mysqldump_secure| |
+----------------------+---------------------------------------+
| ``ng`` | |ext_lnk_tool_angular_cli| |
+----------------------+---------------------------------------+
| ``node`` | |ext_lnk_tool_node| |
+----------------------+---------------------------------------+
| ``npm`` | |ext_lnk_tool_npm| |