skip to Main Content

i want to install git-hub below package:

" realrashid/sweet-alert "

package in my laravel online running project
my project running in cpanel shared host

Any help in this ?

2

Answers


  1. Install whole composer packages locally, and move your project to zip/tar.gz file and then upload your zip file project to shared host (with cpanel file manager or filezilla), finally unzip your project.

    Login or Signup to reply.
    1. Connect SSH / Terminal
    2. Go to your project root folder like cd prohect-path
    3. command run composer require realrashid/sweet-alert

    if composer is not install then first install composer in your live server.

    or

    you can follow step @Mo5tafa

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search