Skip to content

Commit

Permalink
Merge pull request spatie#137 from ryangjchandler/feature/custom-name…
Browse files Browse the repository at this point in the history
…space

feature: allow customising namespace in configure script
freekmurze authored Jul 23, 2021
2 parents 34fa1d7 + dc2c62e commit 38b9c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure-skeleton.sh
Original file line number Diff line number Diff line change
@@ -71,6 +71,7 @@ author_username=$(ask_question "Author username" "$username_guess")
vendor_name=$(ask_question "Vendor name" "$author_username")
vendor_slug=$(slugify "$vendor_name")
VendorName=$(titlecase "$vendor_name" "")
VendorName=$(ask_question "Vendor namespace" "$VendorName")

current_directory=$(pwd)
folder_name=$(basename "$current_directory")

0 comments on commit 38b9c53

Please sign in to comment.