Domain Name

You should already ordered a domain name from the various domain name registrars available.

Your chosen domain name have to point to the /public directory at the root of your project.

If your app does not live at the root of your web server nor in a subdomain (i.e. it lives under a subdirectory, like /myAppSubdirectory), you will need to configure that in the webpack.config.js file at the root of your project. Please contact us (and send us the subdirectory) so we can generate the appropriate configuration files for your project

.setPublicPath('/myAppSubdir/assets/')

Symfony Official Documentation Article about this matter:

https://symfony.com/doc/4.4/frontend/encore/faq.html#my-app-lives-under-a-subdirectory

Please also note that the menu and footer links can be broken if you host the platform in a subdirectory.

Recommended

  • https://www.yourdomain.com

  • https://yourdomain.com

  • https://eventic.yourdomain.com

Not recommended

  • https://www.yourdomain.com/myAppSubdirectory

Last updated