laravel app name not changing code example
Example: Cannot change the laravel app name error
1. You can have spaces in app name. You can achieve this by using single quotes
in your .env file, set:
APP_NAME='Company Name'
2.You should remove spaces and & from the app name