Error:
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
The environment file is invalid!
Failed to parse dotenv file. Encountered an invalid name at [GET-ALL-QUOTE-BY-FIRM].
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1

Solution:
go to the .env file and delete the .env file
delete the .env file and recreate another with the same content.
After that error is solved








