Answers for "laravel where to change app.name"

PHP
0

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
Posted by: Guest on August-11-2020

Browse Popular Code Answers by Language