Closed fpolli closed 8 months ago
If I do "config('app.name') in code, is that going to pull from the config for the current domain or do I need to alter that code in some way?
Hi,
If you didn't change the configuration file, app.name is borrowed from the .env file, so you should display the app.name correspondingly to the .env file of the current domain.
app.name
Hope this helps
Giacomo
If I do "config('app.name') in code, is that going to pull from the config for the current domain or do I need to alter that code in some way?