Buch, Englisch, 189 Seiten, Book, Format (B × H): 155 mm x 235 mm, Gewicht: 3226 g
A beginner's guide to application development with Laravel 5.3
Buch, Englisch, 189 Seiten, Book, Format (B × H): 155 mm x 235 mm, Gewicht: 3226 g
ISBN: 978-1-4842-2537-0
Verlag: Apress
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.
What You Will Learn
- 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
Who This Book Is For
Readers who are new to Laravel development.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Table of Contents
Chapter 1. Composer
Chapter 2. Homestead2.1 - Installing Virtual Box and Vagrant2.2 - Installing Homestead Vagrant Box2.3 - Homestead installation and configuration
Chapter 3. File Structure of Laravel 5.23.1 – Solid Design Principle3.2 – Interfaces and Method Injection
Chapter 4. Routing
Chapter 5. Controller5.1 – RESTful Controller5.2 – Role of a Controller5.3 – Resourceful controller5.4 – Controller, IoC container and Interface
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