alt3 / cakebox

Framework agnostic virtual PHP Development Environment
128 stars 27 forks source link

TLD should not be .app but .local #63

Closed dereuromark closed 8 years ago

dereuromark commented 9 years ago

Since 2014 .app is an officially allowed and used TLD, as such all cakebox defaults for local dev should be .local, so e.g. mycake3.local.

dereuromark commented 9 years ago

Refs https://tools.ietf.org/html/rfc6762 which specifies that .local will never be used as TLD.

bravo-kernel commented 9 years ago

Good point Mr. Euromark, feel free to submit a PR

dereuromark commented 8 years ago

Do you have a hint where this has to be changed? So that e.g. mycake3.local is then something you can use/add?

bravo-kernel commented 8 years ago

Sorry, I should have taken the time to pay proper attention to this ticket before. I forgot it's already domain agnostic. You can use any extension you like, there is no restriction. In your case this would suffice:

cakebox application add dereuromark.local

The references to .app domain are only in the documentation. https://github.com/alt3/cakebox/search?utf8=%E2%9C%93&q=.app

dereuromark commented 8 years ago

Ah ok, so lets quickly fix the docs :) done

bravo-kernel commented 8 years ago

ps: you will not find any reference to .app in the application repo https://github.com/alt3/cakebox-console

bravo-kernel commented 8 years ago

That would be more than welcome :relaxed:

dereuromark commented 8 years ago

PR open.