Jump to content

Solder help


Nyqi

Recommended Posts

Hello, I want to install Solder on my webhosting, I need to use that commands "php artisan migrate:install" and "php artisan migrate", but I don't have access to PHP console. Can I use some another way to install Solder?

 

Thanks in advance for replies :-)

Link to comment
Share on other sites

but you can upload files to your webserver...

 

so create a textfile with the following content:

 

<?php

php artisan migrate:install

/?>

 

not sure if this works, because this looks more like a command line for me and I'm not really in php (doing asp.net most of the times)

Link to comment
Share on other sites

ok, It took me a moment to google it, but as it looks to me, this is an addon for php.

 

This has to be installed on the machine and the commands you got are for the server administrator to run them in the command shell... (as I understand it)

so without accass to the command shell of your WebServer you are doomed... :/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...