Posts by Yoskoslowich Fernandes • 1 point
2 posts
-
-4
votes1
answer843
viewsA: VS code Do not autocomplete html or css tags on a Blade
Has extensions own for Laravel and Blade in Vscode, but acridto that extension Laravel Extension Pack solve this and add more facilities in your Vscode to work with Laravel.…
visual-studio-codeanswered Yoskoslowich Fernandes 1 -
0
votes1
answer71
viewsA: Git Pull Request
You can use iterative rebase to edit the git commit history. Let’s assume the commits you’re referring to are the last five, so you could do git rebase -i HEAD~5, where 5 are the 5 commits you want…