LV Programming
Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications
Install Laravel Homestead Don't Skip
Configure our Database Settings
Database Migrations
Make Migration for ourBlogs Table
Laravel 5 1 File Structure Overview
Using the Laravel Blade Syntax
View Partials
Middleware
Create a view for our blogs
Installing Composer
Edit and Update a Page and Form Model Binding
Create a RESTful controller with route resource
Using the PHP Artisan CLI Command Line Interface
Persist Data to the Database with PHP Artisan Tinker
Signing in Authentication
Delete a Page
FormBuilder Part 1
FormBuilder Part 2
FormRequest Validation for our form
Passing Data to our View through the Controller
Named Routes
Using Eloquent ORM
Laravel Elixir Gulp Automation Tool for SASS Javascript etc
Intro to Routes