Merge pull request #506 from Jono20201/patch/artisan-alias
Add `art` alias for `php artisan` - like homestead
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philippe Trépanier
					Philippe Trépanier