Nyqi Posted March 11, 2014 Posted March 11, 2014 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 :-) Quote
HeatHunter Posted March 11, 2014 Posted March 11, 2014 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) Quote
Nyqi Posted March 11, 2014 Author Posted March 11, 2014 (edited) It returning error Parse error: syntax error, unexpected 'artisan' (T_STRING) in /something/something.php on line 2 Edited March 11, 2014 by Nyqi Quote
Nyqi Posted March 11, 2014 Author Posted March 11, 2014 And exec() function is disabled on my webhosting :/ Quote
HeatHunter Posted March 11, 2014 Posted March 11, 2014 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... :/ Quote
Nyqi Posted March 11, 2014 Author Posted March 11, 2014 Yes, it need command shell, but there is no another way to install it? Quote
Nyqi Posted March 11, 2014 Author Posted March 11, 2014 Okay, I found solution! Just run that command on XAMPP and then dump SQL from local mysql DB and use it on webhosting mysql Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.