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 :-)
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)
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
Nyqi Posted March 11, 2014 Author Posted March 11, 2014 And exec() function is disabled on my webhosting :/
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... :/
Nyqi Posted March 11, 2014 Author Posted March 11, 2014 Yes, it need command shell, but there is no another way to install it?
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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now