E-Book, Englisch, 189 Seiten, eBook
Sinha Beginning Laravel
1. Auflage 2016
ISBN: 978-1-4842-2538-7
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
A beginner's guide to application development with Laravel 5.3
E-Book, Englisch, 189 Seiten, eBook
ISBN: 978-1-4842-2538-7
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
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, and authentication. 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 LearnWork with the new Laravel framework and its new featuresDevelop web applications with LaravelAbsorb the concepts of authentication and database migrationManage databases with Eloquent ORMUse middleware, contracts, and facadesWho This Book Is ForReaders who are new to Laravel development.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Weitere Infos & Material
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