Jump to content

Recommended Posts

Posted

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 :-)

Posted

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)

Posted (edited)

It returning error 

Parse error: syntax error, unexpected 'artisan' (T_STRING) in /something/something.php on line 2

Edited by Nyqi
Posted

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... :/

Posted

Okay, I found solution!

Just run that command on XAMPP and then dump SQL from local mysql DB and use it on webhosting mysql ;)

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...