Laravel : Getting started
Laravel
PHP
Laravel is one of the most widely used PHP framework today. With this training you will discover how to build powerful web applications!

Objectives
During this training you will discover how to:
- create a new Laravel project
- use the built-in web server for testing your app
- create routes
- create views
- use Blade templates
- use controllers
- use migrations to define your database structure
- create and use Model classes
- create forms and validate user inputs
Requirements
To attend this training you will need a laptop (preferably Linux), with PHP installed.
Prerequisites
Basic knowledge of command line and PHP programming language.