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

Descripción completa

Detalles Bibliográficos
Autor principal: Sinha, Sanjib. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2017.
Edición:1st ed. 2017.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630267006719
Tabla de Contenidos:
  • 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.