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,...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Sinha, Sanjib (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2017.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.