Magento – Execute magento commands in php shell without SSH

command linemagento2ssh

My webserver host does not provide access to SSH.

I want to run commands like:

php bin/magento setup:static-content:deploy

I have tried to do this in the shell terminal using:
– phpFileManager
– eXtplorer
But none of them seem to work.

When I run the command nothing happens, and there is no output to the console:
Magento command no output

Can this even work in a shell, or do I need to have SSH access?

Best Answer

Try it :

How to install module magento 2 don't need run command line bin/magento setup:upgrade

This is not a good way but if you have not SSH then you can use it if you want.

Related Topic