Sep 20, 2016
0
Level 3
How to upload ignored vendor folder to Git?
I am using lavalite as the CMS. I updated the home.blade.php to change the layout and wordings of texts. Home.blade.php is located in /resources/views/vendor/user/public/admin/home.blade.php
After updating this file, it is not detected by Git and I cannot upload it to a remote repository. There is also a .gitignore file inside /resources/views/vendor folder. There are packages inside this vendor folder.
How to disable ignored folder or how can i edit the code inside the package? Any help is appreciated.
Please or to participate in this conversation.