Created
July 4, 2022 06:00
-
-
Save abdulbasit-dev/69a4a554281040df05100fe3e192f3d6 to your computer and use it in GitHub Desktop.
how to remove compiled views form git and add in git ignore in laravel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1- add this to the root .gitignore file | |
// /storage/framework/views | |
// 2- run this in the terminal to remove compiled views in git cache | |
// git rm -r --cached storage/framework/views |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment