2015-08-11Добавлено приложение по развертыванию Laravel-приложения на веб-хостинге DreamHost с использованием Capistrano.
Цитата:Цитата:
In today's Easy Laravel 5 update you'll find a brand new chapter (well, technically an appendix) showing you how to effortlessly deploy your Laravel applications to the popular DreamHost web hosting provider using Capistrano. Even if you're not using DreamHost, this lengthy new chapter (ahem, appendix) dives into numerous useful topics such as configuring passwordless SSH authentication and Capistrano configuration. While I'd still consider this new material beta, it's nonetheless an invaluable resource if you're interested in learning how to quickly deploy your project.
2015-07-21Добавлен материал, связанный с версией 5.1.
Цитата:Цитата:
Just wanted to let you know I've updated Easy Laravel 5 to reflect various additional 5.1-related matters, such as authentication throttling (chapter 7), changes to how migrations are created along with models, minor adjustments pertaining to how the packages are configured, and general improvements. If you haven't updated the book in a while I suggest having a look at the changelog at
http://www.easylaravelbook.com/changelog/.
2015-07-01Добавлена глава 11 "Introducing Events".
Цитата:Цитата:
Readers,
I'm very excited to announce availability of a brand new chapter introducing Laravel Events, including an introduction to Laravel 5.1's really sweet event broadcasting feature! The chapter includes several complete examples showing you how to create and integrate events into your application logic, and additionally shows you how to begin broadcasting events to users using the Pusher API in less than five minutes.