Hi, this is my first video about laravel. This not-so-deep tutorial covers basic requirements, installation and a little explanation about routing, view, controller, and request handling. Just barely enough to get started with laravel. Especially if you came from native PHP background.
00:00 Intro
00:38 Preparation
01:40 Installing Composer
02:30 Common composer installation failure
03:06 Installing laravel
05:45 Running laravel
06:23 Some files you need to pay attention to
07:07 Route and view
09:03 Controller
13:59 Passing data from controller to view and blade template
15:28 Receiving and handling GET request