Build Websites with Laravel 5.8
E-Book, Englisch, 422 Seiten, eBook
ISBN: 978-1-4842-4991-8
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
To do so, you will learn to manage routes and controllers and how the Blade template works. Moving on to models, you will work with route model binding and get to know the relationship between models, databases, and Eloquent. Along the way you will define methods on your Eloquent model classes using different types of relationships.
Shifting focus to handling user data, you will see how redirect methods work. You will also get to know the inner workings of requests and responses. Continuing the data theme,
Beginning Laravel
covers basic and grouped artisan commands and how to handle databases with Tinker. By being able to handle data effectively, your applications will come alive for your users, giving them the functionality they need.
The last section of the book handles core concepts such as sending emails, alerting users via notifications, and implementing SOLID design principles. You will see how to decouple your application classes by using events and listeners.
What You Will LearnProtect your app with authentication and authorization
Build a complex relationship between entities using Eloquent models
Take advantage of containers and facadesUse the mail template Create and configure events Work with Laravel PassportDeploy API authentication Discover new Laravel 5.8 features such as dump server and email verificationWho This Book Is For
Those new to Laravel and PHP web development or those who have some background in PHP/Laravel who are new to Laravel's newest release.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Weitere Infos & Material
Chapter 1: Introduction to Laravel 5.7.- Chapter 2: Setting up Your Environment.- Chapter 3: Routing, Controllers, Templates, and Views.- Chapter 4: Working with Models.- Chapter 5: Database Migration and Eloquent.- Chapter 6: Handling User Data and Redirect.- Chapter 7: Artisan and Tinker.- Chapter 8: Authentication, Authorization and Middleware.- Chapter 9: Container and Facades.- Chapter 10: Working with the Mail Template.- Chapter 11: Events and Broadcasting.- Chapter 12: Working with APIs.- Appendix: More New Features in Laravel 5.7.