A unique artisan command for many Laravel projects
Hi,
want to get a unique artisan command for all your Laravel projects ?
Just copy the following line in an exectuable file called artisan
in a directory of your PATH :
#! /bin/bash
[ -e ./artisan ] && ./artisan $@ || echo 'Not a Laravel project'
Then, once in one of your project, run : artisan [...params]
The original Gist is here : artisan
Written by eviweb
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#