Cantitate/Preț
Produs

Beginning Laravel: Build Websites with Laravel 5.8

Autor Sanjib Sinha
en Limba Engleză Paperback – 6 sep 2019
Develop cutting-edge websites and applications using the new features of Laravel 5.8. This book starts with an introduction to Laravel and takes a glance at its newly introduced features. Moving on to setting up your development environment, you will learn how the composer works. In addition to this, you will be introduced to Valet, Homestead, Virtual Box, Vagrant, and Forge in Laravel. With this foundation, you will be ready to get started writing your first Laravel apps.
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 Learn

  • Protect your app with authentication and authorization 
  • Build a complex relationship between entities using Eloquent models
  • Take advantage of containers and facades
  • Use the mail template 
  • Create and configure events 
  • Work with Laravel Passport
  • Deploy API authentication 
  • Discover new Laravel 5.8 features such as dump server and email verification


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



Citește tot Restrânge

Preț: 25858 lei

Preț vechi: 32323 lei
-20% Nou

Puncte Express: 388

Preț estimativ în valută:
4950 5285$ 4099£

Carte disponibilă

Livrare economică 04-18 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484249901
ISBN-10: 1484249909
Pagini: 165
Ilustrații: XVII, 422 p. 77 illus.
Dimensiuni: 178 x 254 x 27 mm
Greutate: 0.76 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

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.


Notă biografică

Sanjib Sinha is a certified .NET Windows and web developer, specializing in Python, security programming, PHP and JavaScript; he won Microsoft's Community Contributor Award in 2011. As a published author, Sanjib Sinha has written Beginning Ethical Hacking with Kali LInux, Beginning Ethical Hacking with Python, and Beginning Laravel for Apress.

Textul de pe ultima copertă

Develop cutting-edge websites and applications using the new features of Laravel 5.8. This book starts with an introduction to Laravel and takes a glance at its newly introduced features. Moving on to setting up your development environment, you will learn how the composer works. In addition to this, you will be introduced to Valet, Homestead, Virtual Box, Vagrant, and Forge in Laravel. With this foundation, you will be ready to get started writing your first Laravel apps.
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. 
You will:

  • Protect your app with authentication and authorization 
  • Build a complex relationship between entities using Eloquent models
  • Take advantage of containers and facades
  • Use the mail template 
  • Create and configure events 
  • Work with Laravel Passport
  • Deploy API authentication 
  • Discover new Laravel 5.8 features such as dump server and email verification

Caracteristici

Updates this popular beginner's guide to Laravel 5.8 for today's web developers Covers all the new features such as dump server and email verification Includes database handling with Tinker and establishes complex model relationships