snippet to alias creating a Laravel project in terminal
Add this to ~/.bash_profile
function laravel() {
composer create-project laravel/laravel $1 --prefer-dist
}
and use laravel new-project-name
Written by Dave Townsend
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Terminal
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#