Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Laravel 5 Learn Easy: From the New File Structure to Method Injection, Everything Explained

Posted By: AlenMiler
Laravel 5 Learn Easy: From the New File Structure to Method Injection, Everything Explained

Laravel 5 Learn Easy: From the New File Structure to Method Injection, Everything Explained (Web Programming Simplified Series Part One Book 1) by Sanjib Sinha
English | Jul. 22, 2015 | ASIN: B012CIPPVG | 598 Pages | PDF | 3.03 MB

From Laravel 4 to Laravel 5, a huge transition has taken place. There are many striking features but probably the most useful one is method injection. Besides there are 'Contracts'. And for 'Authentication' you don't have to write almost any code. It is simply done by Laravel 5 itself.

Everything has been explained in a lucid manner so that after having this book, you can make application with the help of Laravel 5. It will come to immense help to the beginners and seasoned developers will also find it handy.

The best part of the book is that you will always get the Updated version and I will add new features as soon as I try and test it myself. So once you have this book, you will be rest assued to get all the updates regarding Laravel 5 in the future.

Table of Contents:

Chapter One – Learn Composer first
1.1 – What is Composer
1.2 – How Does Composer Look Like
1.3 – Namespace, Trait and JSON
1.4 – How Composer Works

Chapter Two – Installing Laravel 5
2.1 – Laravel Installation Procedure

Chapter Three – Difference With Laravel 4 and The New File Structure
3.1 – New Application and File Structure
3.2 – SOLID Design Principle
3.3 – Interface and Method Injection

Chapter Four – Basic Routing, Controller and Views
4.1 – Routing Best Practices
4.2 – Named Routes
4.3 – Organize Files through Routes
4.4 – Advanced concepts of routing
4.5 – Anonymous Function
4.6 – New Tricks in Routing
4.7 – More Routings in Laravel 5
4.8 – Restful controllers
4.9 – Role of a Controller
4.10 – Resourceful Controller
4.11 – Controller, IOC Container and Method Injection Fundamentals
Summary

Chapter Five – Passing Data to Views
Our Challenge Objectives
5.1 – More Blade and Views
5.2 – What is Views
5.3 – What is Blade and Template

Chapter Six – Database, Migration and Tinker
6.1 – Tinker in Laravel 5
6.2 – Database Operations
6.3 – Query Builders

Chapter Seven – Eloquent ORM
7.1 – Eloquent Operations
7.2 – Eloquent Dependencies Injection
7.3 – Eloquent Inserting, Updating, Deleting and Form Builders

Chapter Eight – Authentication and Form Validation

Chapter Nine – Form Requests for Validation and Authentication

Chapter Ten – More About Validation

Chapter Eleven – How Form Validation Works

Chapter Twelve – Eloquent Relationships in Laravel 5

Chapter Thirteen – How Security, and Authentication Work Together

Chapter Fourteen : Session and Cookies

Chapter Fifteen – Mail and Form Requests

Chapter Sixteen : How Eloquent Update and Mass Assignment work with Route Resources and bindings in Laravel 5

Chapter Seventeen : Request and Response

Chapter Eighteen : How to Deploy Laravel 5 in Shared Hosting

Chapter Nieneteen : Contracts VS Facades
Chapter Twenty : Middleware, Layer Filter And Extra Security

Chapter Twentyone : Session and Cookies
Summerizing our Studies
Epilogue