简体   繁体   中英

How can I update my laravel composer manually?

I have installed laravel on my shared hosting service which works fine. I had previously installed Image intervention on my xammp local server through composer.. How do I use this package on my remote server?

Here you go:

In composer.json add this line in "require": as

"intervention/image": "^2.3"

and fire command in SSH window as composer update

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM