How to push new local dependencies to shared hosting with Laravel? – CPanel
My website is running smoothly with Laravel in a sub-domain, but now I have added a new dependency https://github.com/PHPOffice/PHPExcel to my local project using composer require phpoffice/phpspreadsheet. The code is already working fine in my local environment, but now I…