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: Computer Programming For Everybody

Posted By: AlenMiler
Laravel 5: Learn Easy: Computer Programming For Everybody

Laravel 5 : Learn Easy: Computer Programming For Everybody by Sanjib Sinha
English | March 27, 2016 | ASIN: B01DIL4X14 | 362 Pages | AZW3/MOBI/EPUB/PDF (conv) | 3.8 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.

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
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 ORMLaravel
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 – Authentication And Authorization
Chapter Eleven – More About Form Validation
Chapter Twelve – Eloquent Relationships in Laravel 5
Chapter Thirteen – How Security, And Authentication Work Together
Chapter Fourteen - Session and Cookies
Chapter Fifteen - Mail
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 Nineteen – Contracts VS Facades
Chapter Twenty – Middleware, Layer Filter and Extra Security