Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateuskoppe/laravel4noobs
Repositório para aprender Laravel em português
https://github.com/mateuskoppe/laravel4noobs
4noobs laravel
Last synced: about 2 months ago
JSON representation
Repositório para aprender Laravel em português
- Host: GitHub
- URL: https://github.com/mateuskoppe/laravel4noobs
- Owner: mateusKoppe
- Created: 2020-03-30T03:23:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T16:53:50.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T03:40:22.997Z (9 months ago)
- Topics: 4noobs, laravel
- Homepage:
- Size: 116 KB
- Stars: 71
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel4Noobs
Em progresso...
Tutorial De Laravel para iniciantes na framework.
## ROADMAP
### Introdução
1. [Sobre o Laravel](1-Introducao/1-Sobre.md)
1. [Preparando ambiente](1-Introducao/2-Preparando-ambiente.md)
1. [Criando Projeto](1-Introducao/3-Criando-projeto.md)
1. [Entendendo Artisan](1-Introducao/4-Artisan.md)### Conceitos
1. [Se familiarizando com a estrutura de pastas](./2-Conceitos/1-Estrutura-de-pastas.md)
1. [Configurando rotas](./2-Conceitos/2-Rotas.md)
1. [Criando controllers](./2-Conceitos/3-Controllers.md)
1. [Views com blade](./2-Conceitos/4-Views-blade.md)
1. [Estruturando o banco de dados com migrations](./2-Conceitos/5-Migrations.md)
1. [Models com Eloquent](./2-Conceitos/6-Models-eloquent.md)
1. [Entendendo Request e Response](./2-Conceitos/7-Request-response.md)
1. [Usando e criando middlewares](./2-Conceitos/8-Middlewares.md)
1. [Criando Comandos para o Artisan](./2-Conceitos/9-Console.md)
1. [Providers](./2-Conceitos/10-Providers.md)### Cookbook
1. [Próximos Passos](./3-Cookbook/1-Sobre-Cookbook.md)
1. [Enviando Emails com Laravel](./3-Cookbook/2-Envio-emails.md)
## Como ContribuirContribuições fazem com que a comunidade open source seja um lugar incrível para aprender, inspirar e criar. Todas contribuições
são **extremamente apreciadas**1. Realize um Fork do projeto
2. Crie um branch com a nova feature (`git checkout -b feature/featureBraba`)
3. Realize o Commit (`git commit -m 'Add some featureBraba'`)
4. Realize o Push no Branch (`git push origin feature/featureBraba`)
5. Abra um Pull Request## Autores
- **Mateus Koppe** - _Full Stack Developer_ - [GitHub](https://github.com/mateusKoppe) - [Twitter](https://twitter.com/koppemon)Made with 💜