Pages: 1
Posted on 06-27-17, 01:33 am
Fuzzy
That MvL Hacker

Karma: 1599
Posts: 454/789
Since: 04-11-15
I hope someone knows how to do this, but I am developing something using PHP and need Composer. The problem is, that I am using GoDaddy to host my web page, and it seems that Composer is not installed on there already. I was hoping someone knew how to get Composer on GoDaddy (Shared Hosting).

Thx ~~Ndymario
_________________________
Here's my MvL Hacking thread

Consider joining the NSMB DS Hacking Discord Server!

#HakingNoMore
Posted on 06-27-17, 09:42 am
Mariomaster

Karma: 8528
Posts: 883/1681
Since: 06-09-12
No idea how godaddy hosting works, but if you have cli access just follow the official installtion instructions?

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

_________________________
GitHub - Kuribo64 - YouTube
Posted on 06-27-17, 08:59 pm
Fuzzy
That MvL Hacker

Karma: 1599
Posts: 459/789
Since: 04-11-15
Hmm, I’ll try this later, thx!
_________________________
Here's my MvL Hacking thread

Consider joining the NSMB DS Hacking Discord Server!

#HakingNoMore
Posted on 06-28-17, 07:21 pm
(ーωー。)

Karma: 721
Posts: 235/240
Since: 08-12-13
RicBent, those are things you need to execute on the machine, Ndymario said he has shared hosting, and therefore, he won't be able to execute those...

Also, why do you need Composer if you're developing things in PHP?
Well, unless you're using a 3rd party framework, but other than that, it seems pointless to me.
_________________________
Posted on 07-01-17, 02:38 am
Fuzzy
That MvL Hacker

Karma: 1599
Posts: 464/789
Since: 04-11-15
1) Got it to work
2) Yep I need it for Google API
_________________________
Here's my MvL Hacking thread

Consider joining the NSMB DS Hacking Discord Server!

#HakingNoMore
Pages: 1