mehrancodes / laravel-harbor

a cli tool to Quickly create on-demand preview environment for your app on Laravel Forge.
https://www.laravel-harbor.com
MIT License
75 stars 7 forks source link

fix: slug the branch name #27

Closed mgkimsal closed 12 months ago

mgkimsal commented 12 months ago

In GenerateDomainName, a branch with a / or other non-alpha characters means the domain name would have those characters in it. A domain name with / in it is not valid.