This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# NOTE: Artisan commands are run relative to the actual location of the `artisan` file, regardless of your Working Directory. This | |
# should have a negligible affect on functionality. | |
function artisan() { | |
CURRENT=`pwd` | |
FAIL=true | |
#This assumes all the laravel project(s) are located somewhere within your home directory (i.e. /Users/JefferyWay/Code/Project) |