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

Inclusão do index.md para o Github Pages #185

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-slate
62 changes: 62 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Tradução do Laravel Docs

- Prólogo
- [Notas de Atualização](/releases.md) (EN)
- [Guia de Atualização](pt_BR/upgrade.md)
- [Guia de Contribuição](pt_BR/contributions.md)
- Configuração
- [Instalação](pt_BR/installation.md)
- [Homestead](pt_BR/homestead.md)
- Tutoriais
- [Lista de Tarefas - Iniciante](pt_BR/quickstart.md)
- [Lista de Tarefas - Intermediária](quickstart-intermediate.md) (EN)
- O Básico
- [Rotas](pt_BR/routing.md)
- [Middleware](pt_BR/middleware.md)
- [Controllers](pt_BR/controllers.md)
- [Requisições](pt_BR/requests.md)
- [Respostas](pt_BR/responses.md)
- [Views](views.md) (EN)
- [Templates Blade](pt_BR/blade.md)
- Fundamentos da Arquitetura
- [Ciclo de Vida Da Requisição](pt_BR/lifecycle.md)
- [Estrutura da Aplicação](pt_BR/structure.md)
- [Service Providers](providers.md) (EN)
- [Service Container](pt_BR/container.md)
- [Contracts](pt_BR/contracts.md)
- [Facades](pt_BR/facades.md)
- Serviços
- [Autenticação](pt_BR/authentication.md)
- [Artisan Console](pt_BR/artisan.md)
- [Billing (Faturamento.md)](billing.md) (EN)
- [Cache](pt_BR/cache.md)
- [Coleções](collections.md) (EN)
- [Elixir](pt_BR/elixir.md)
- [Encriptação](pt_BR/encryption.md)
- [Erros & Log](pt_BR/errors.md)
- [Eventos](pt_BR/events.md)
- [Sistema de Arquivos](pt_BR/filesystem.md)
- [Hashing](pt_BR/hashing.md)
- [Utilitários](pt_BR/helpers.md)
- [Localização](pt_BR/localization.md)
- [E-Mail](mail.md) (EN)
- [Desenvolvimento de Pacotes](pt_BR/packages.md)
- [Paginação](pagination.md) (EN)
- [Filas](queues.md) (EN)
- [Redis](redis.md) (EN)
- [Sessão](pt_BR/session.md)
- [Envoy / Tarefas SSH](pt_BR/envoy.md)
- [Agendamento de Tarefas](pt_BR/scheduling.md)
- [Testes](pt_BR/testing.md)
- [Validação](validation.md) (EN)
- Banco de Dados
- [Iniciando](pt_BR/database.md)
- [Query Builder](pt_BR/queries.md)
- [Migrations](pt_BR/migrations.md)
- [Populando o Banco de Dados](pt_BR/seeding.md)
- Eloquent ORM
- [Iniciando](eloquent.md) (EN)
- [Relacionamentos](eloquent-relationships.md)
- [Coleções](pt_BR/eloquent-collections.md)
- [Mutators](pt_BR/eloquent-mutators.md)
- [Serialização](pt_BR/eloquent-serialization.md)