Commit 0eea7a63 authored by Philippe Trépanier's avatar Philippe Trépanier Committed by GitHub

Merge pull request #506 from Jono20201/patch/artisan-alias

Add `art` alias for `php artisan` - like homestead
parents b10108a9 f2db21f3
......@@ -267,7 +267,15 @@ USER laradock
RUN echo "" >> ~/.bashrc && \
echo 'export PATH="/var/www/vendor/bin:$PATH"' >> ~/.bashrc
#####################################
# Laravel Artisan Alias
#####################################
USER root
RUN echo "" >> ~/.bashrc && \
echo 'alias art="php artisan"' >> ~/.bashrc
#
#--------------------------------------------------------------------------
# Final Touch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment