Beginning Laravel a beginner's guide to application development with Laravel 5.3

Learn about dependency injection, interfaces, service providers, SOLID design, and more with practical and real-world code examples. This book covers everything you need to get started in application development with Laravel 5.3. Beginning Laravel covers features such as method injection, contracts,...

Full description

Bibliographic Details
Main Author: Sinha, Sanjib
Format: eBook
Language:English
Published: [United States], New York, NY Apress, Distributed to the Book trade worldwide by Springer 2017
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04170nmm a2200577 u 4500
001 EB001910815
003 EBX01000000000000001073717
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1484225384 
020 |a 1484225376 
020 |a 9781484225370 
020 |a 9781484225387 
050 4 |a QA76.76.A65 
050 4 |a QA75.5-76.95 
100 1 |a Sinha, Sanjib 
245 0 0 |a Beginning Laravel  |b a beginner's guide to application development with Laravel 5.3  |c Sanjib Sinha 
260 |a [United States], New York, NY  |b Apress, Distributed to the Book trade worldwide by Springer  |c 2017 
300 |a 1 online resource 
505 0 |a At a Glance; Contents; About the Author; About the Technical Reviewers; Acknowledgments; Chapter 1: Composer; Chapter 2: Laravel Homestead, Virtual Box, and Vagrant; 2.1 Installing Virtual Box and Vagrant; 2.2 Installing Homestead Vagrant Box; 2.3 Homestead Installation and Configuration; Chapter 3: File Structure; 3.1 SOLID Design Principle; 3.2 Interfaces and Method Injection; Chapter 4: Routing, a Static Method; 4.1 Routing Best Practices; 4.2 Named Routes; 4.3 Organize Files Through Route; 4.4 Advanced Concept of Routing and Anonymous Functions; Chapter 5: Controller Class 
505 0 |a Includes bibliographical references and index 
505 0 |a 5.1 RESTful Controller5.2 Role of a Controller; 5.3 Resourceful Controller; 5.4 Controller, IoC Container, and Interface; 5.5 Summary; Chapter 6: View and Blade; Chapter 7: Environment; Chapter 8: Database Migration; 8.1 Summary; Chapter 9: Eloquent; Chapter 10: Model, View, Controller Workflow; 10.1 Summary; 10.1.1 Our Next Challenge; Chapter 11: SQLite Is a Breeze!; Chapter 12: Fiddly Feelings of Forms; Chapter 13: A CRUD Application; Chapter 14: Authentication and Authorization; Chapter 15: More About Validation; 15.1 Conditional Rules; 15.2 Custom Validation 
505 0 |a 15.3 How Form Validation WorksChapter 16: Eloquent Relations; Chapter 17: How Security and Authentication Work Together; Chapter 18: How Request, Response Work in Laravel 5; Chapter 19: Contracts vs. Facades; Chapter 20: Middleware, Layer Filter, and Extra Security; Index 
653 |a Logiciels d'application / Développement 
653 |a COMPUTERS / Computer Science / bisacsh 
653 |a COMPUTERS / Hardware / General / bisacsh 
653 |a Application software / Development / fast 
653 |a COMPUTERS / Data Processing / bisacsh 
653 |a COMPUTERS / Reference / bisacsh 
653 |a COMPUTERS / Computer Literacy / bisacsh 
653 |a Laravel (Software framework) / fast 
653 |a Laravel (Software framework) 
653 |a Web programming / bicssc 
653 |a COMPUTERS / Machine Theory / bisacsh 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
653 |a COMPUTERS / Information Technology / bisacsh 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/978-1-4842-2538-7 
015 |a GBB9F1039 
015 |a GBB8M4501 
776 |z 9781484225370 
776 |z 9781484225387 
776 |z 1484225384 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484225387/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 004 
082 0 |a 500 
082 0 |a 005.1 
520 |a Learn about dependency injection, interfaces, service providers, SOLID design, and more with practical and real-world code examples. This book covers everything you need to get started in application development with Laravel 5.3. Beginning Laravel covers features such as method injection, contracts, and authentication. After reading this book, you can develop any application using Laravel 5. It details all you need to know, including the model-view-controller pattern, SQLite databases, routing, authorization, and building CRUD applications. You will: Work with the new Laravel framework and its new features Develop web applications with Laravel Absorb the concepts of authentication and database migration Manage databases with Eloquent ORM Use middleware, contracts, and facades