Learn to build applications using laravel
You will learn how to create and use Controllers and what they are.
You will learn to use the templating engine Blade
How to create migrations and what they are
How to use Laravel Tinker - Command line program to play around with Laravel without persisting data
How to use Eloquent to create one to many and many to many relations
You will learn about Middleware and security
Authorization (Policies and Gates).
Files and file uploads.
Observers, Events, Listeners and Subscribers.
Services, Service Container, Contracts and Facades.
Advanced features like Queues, Polymorphic relationships, Service Container.
Using Traits in Laravel - SoftDeletes and creating your own!.
You will learn about Laravel ORM (Object Relational Mapper) and Raw SQL queries. Database stuff.
You will learn about sending emails.