This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

sorentruelsen339
sorentruelsen339

Hi guys, Since october is file-based most of the transfer is fairly easy. However, my migations and to a lesser extent Composer poses a problem. My host does not support command line interface. Any advice on how I would do the 'php artisan october:up' and 'php composer update' would be usefull,

Thanks

Søren

Shahiem
Shahiem

The best idea is using your localhost. And after you finished your work, you can upload it on your shared host. :)

eidsza8718
eidsza8718

Hi, to migrate Your database without access to commnd line You can create template route or controller and use method: Artisan::call('command'); for example: Artisan::call('migrate:install')

hope this will bi usefull :O)

inetis
inetis

Hi From localhost, you can install it in a "classic" way. Upload files by (s)ftp from local to remote dump database from localhost, install on remote update config files in /config to match the new server

Have great day

1-4 of 4

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.