Syntax- local.ERROR Class ‘BarryvdhDebugbarFacade’ not found {exception[object]

When Show this type of error then may be below line missing in your “config/app.php“ So, Add this line in your Config/App.php ” ‘aliases’Add This After that showing this type…

Read more »
bash-aliases-for-git

Git alias commands collection for faster easier

BASH aliases for GIT Following BASH aliases can be used in ~/.BASHRC alias g = “git status” alias ga = “git add” alias gaa = “git add .” alias gc…

Read more »