Need Help: All my users and services have disappear after "php artisan config:clear"

Hi all,

I really need some help !

I had a problem with my .env file and some parameters not beeing read.
So reading that forum, i read to send 2 commands:

php artisan cache:clear
php artisan config:clear
and restart server.
I obtain an access Error and i try to acces to my MySql database with the root access in the config

Ok nice my env file is now read as y can see in (http:///api/v2/system/environment)

BUT all my config has gone !!! No more USERS, No more SERVICES, Argggh …

But when i go to my PhpMyAdmin, my tables still have their users and services !!!

Is someone have an idea ?

I have the same problem. Have you fixed it ?