Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 8 free course #5465

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions books/free-programming-books-pt_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@

* [Google Android: Uma abordagem prática e didática](https://leanpub.com/google-android) - Rafael Guimarães Sakurai - (Necessário criar uma conta (gratuita) no Leanpub para baixar o livro completo nos formatos PDF, EPUB, MOBI ou pelo próprio site)

### Assembly

* [Assembly x86](https://mentebinaria.gitbook.io/assembly-x86/) - Luis Felipe, Mente Binária (gitbook)


### Assembly

Expand Down
6 changes: 6 additions & 0 deletions courses/free-courses-pt_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* [Jekyll](#jekyll)
* [Kotlin](#kotlin)
* [Kubernetes](#kubernetes)
* [Laravel](#laravel)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Laravel goes inside PHP 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay. Thank you !!!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there are problems to merge as I can see, be sure that your for master/branch is synced with FPB master before start any task.

I see in your repo that is detached due to some PRs over yourself.

Maybe this helps you to solve it without delete repo and fork it again. https://github.com/davorpa/shell-utils/blob/cf6d2aeff574abe2fc9125e14071e62bfdb11f2d/scripts/git-refork-upstream-master

#git remote add upstream https://github.com/some_user/some_repo
git fetch origin
git fetch upstream
git checkout master
git reset --hard upstream/master
git push origin master --force

* [Linux](#linux)
* [Lua](#lua)
* [Machine Learning](#machine-learning)
Expand Down Expand Up @@ -188,6 +189,11 @@
* [Maratona Kubernetes](https://www.youtube.com/playlist?list=PLB1hpnUGshULerdlzMknMLrHI810xIBJv&origin=CursosErickWendel) - Microsoft Brasil (Youtube)


### Laravel

* [Curso Introdução ao Laravel 8](https://academy.especializati.com.br/curso/introducao-ao-laravel-8) - Especializati (Especializati academy)


### Linux

* [Introdução ao Sistema Operacional Linux](https://www.udemy.com/course/linux-ubuntu/) - Diego Mariano (Udemy)
Expand Down