Custom url's instead of the autogenerated ones

I’ve tried this before, but wasn’t very successful as i’m not that familiar with the tech. but recently, i’ve found myself needing multiple php versions and to do this in ubuntu is a bit tricky sometimes, especially the latest versions. any way, i would like to use my .dev domain instead of the ones that devilbox creates, would this be possible?

Yes, you can specify your dev domain setting the TLD_SUFFIX variabile in .env file:
TLD_SUFFIX=dev
see docs.

For more advanced customization you may also customize specific virtual host: see here

1 Like