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 ?
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
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.
cd prohect-path
composer require realrashid/sweet-alert
if composer is not install then first install composer in your live server.
or
you can follow step @Mo5tafa