Visão Geral
Curso Laravel Foundation, Aprenda a desenvolver aplicativos da web com a popular estrutura de PHP,
Este curso de treinamento em Laravel traz os desenvolvedores de PHP a par das habilidades que você precisa saber para construir e implantar um aplicativo Laravel de alto desempenho.
Laravel é um framework MVC de código aberto, ele próprio baseado no framework Symfony baseado em PHP. Com o Laravel, você obterá um sistema de empacotamento modular com um gerenciador de dependências completo e bastante acesso a dados, implantação, teste e outras ferramentas de gerenciamento.
Conteúdo Programatico
Laravel Introduction and Setup
- Introduction to Laravel and the Laravel ecosystem
- Homestead (Local development environment)
- Installing Laravel
- Laravel overview
- The container
- Debugging
The basics
- Routing
- Controllers
- Middleware
- Forms and Requests
- Blade templates
- Responses
Authentication
- Built in authentication scaffolding
Database
- Eloquent models
- Migrations
- Seeders
- Factories
- Collections
- Mutators and accessors
- Pagination
Taking it further
- Resource controllers
- Container binding
- Blade templates
- URL generation
Authentication & authorization
- Middleware
- Policies
- Email verification
Events and Jobs
- Events
- Listeners
- Subscribers
- Model events
- Jobs
- Queues
- Queue worker
Mail and notifications
- Sending notifications
- Sending email
Managing and Maintaining your Laravel Project
- File system
- Caching
- Console commands
- Logging
- Dealing with APIs
- Scheduling tasks
- Testing
Extras
- Signed URLs
- Helpful packages