#MySQL
11 messages · Page 1 of 1 (latest)
There is no phpmyadmin. You can connect to it with any database client, such as tableplus; https://cloud.laravel.com/docs/resources/databases#from-your-local-machine
and how can i access to my website's files ?
You can't
There's also no point in editing files, as your server might hibernate, it might scale etc. So if you would make changes, then those changes wouldn't persist and you'd have different codebases
You'd store your files in git, push those changes and redeploy
the problem is that i would like show files and folders who are ignored by git by default (storage)
Well, you can't really. That's where you'd use an external storage disk, ex. https://cloud.laravel.com/docs/resources/object-storage or something else
I believe the storage also isn't guaranteed to remain in between deployments. And most likely wouldn't exist when your app scales
ok thanks
Nevertheless, I think it would be interesting if we could at least access the files with FileZilla or something similar.
Cloud isn't a typical server tho. Just like you can't do that on Vapor