Loading…

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
Call Number:Libro Electrónico
Main Author: Sinha, Sanjib (Author)
Format: Electronic eBook
Language:Inglés
Published: [United States] : Apress, 2017.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.
  • 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.
  • 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.