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 (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2017.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • Chapter 1. Composer
  • Chapter 2. Homestead
  • Chapter 3. File Structure of Laravel 5.2
  • Chapter 4. Routing
  • Chapter 5. Controller
  • Chapter 6. View and Blade
  • Chapter 7. Environment
  • Chapter 8. Database Migration
  • Chapter 9. Eloquent
  • Chapter 10. Model, View, Controller Work Flow
  • 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
  • Chapter 16 – Eloquent Relations
  • Chapter 17 : How Security and Authentication Work Together
  • Chapter 18 - How Request, Response Work in Laravel 5.3
  • Chapter 19
  • Contracts Vs Facades
  • Chapter 20 - Middleware, Layer Filter And Extra Security.