mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 05:17:53 +00:00
parent
e91a7001b4
commit
8fda181691
@ -13,6 +13,8 @@ major versions.
|
||||
|
||||
#### Added
|
||||
- Documentation: Setup ProcessWire
|
||||
- Tool: Angular CLI
|
||||
- Tool: Laravel Lumen
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
##
|
||||
|
@ -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">
|
||||
|
@ -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| |
|
||||
|
Loading…
Reference in New Issue
Block a user