Skip to content

Instantly share code, notes, and snippets.

@abdulbasit-dev
Created July 4, 2022 06:00
Show Gist options
  • Save abdulbasit-dev/69a4a554281040df05100fe3e192f3d6 to your computer and use it in GitHub Desktop.
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
// 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