Cannot change the laravel app name error

PHP
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
Source

Also in PHP: