Hi guys, This issue will be shorter than usual, and no articles from me this week, totally packed with client projects. More and more I realize the value of people called "project managers". The problem is that it's really hard/expensive to find a person who would understand developers and clients, and also basic human psychology. A lot of IT companies struggle with that - having the best developers and sales people wouldn't automatically make the projects successful, there should be people who *professionally* tie it all together. Currently I'm in that position for my team, but there's only so many hours in a day... So, if you're a project manager, hifive!
Anyway, back to Laravel world, here are the links from this week.
Building a Vue SPA with Laravel Part 2
laravel-news.com
In this tutorial, we continue Building a Vue single-page application (SPA) with Laravel by learning how to load async data from a Laravel API endpoint inside a Vue component. We will also look at error handling when an API response returns an error and how to respond in the interface.
Interview: Abigail Otwell, Mrs. Laravel
www.laravelpodcast.com
An interview with Abigail Otwell, wife of Laravel creator Taylor Otwell and co-owner of Laravel LLC. Matt Stauffer: Welcome back to the Laravel Podcast. Today, we're going to be talking to Abigail Otwell, the woman behind the man behind Laravel. Stay tuned. [music]
What to Expect from Laracon Online 2018
www.cloudways.com
The entire Laravel community is pretty excited about the upcoming Laravel Event of the Year – Laracon Online 2018. The webinar will be streamed online on It is expected that the entire who’s who of the Laravel community will attend the event.
How to make notifications in Lumen Laravel
medium.com
If you are here, then I guess you are faced with the problem that gave me too a sleepless night. Lumen doesn’t include the notification process in their documentation. However, I am glad to infor you that you can use the laravel notification dependencies too in Lumen.
How To Build An Admin In Laravel Using TDD
nick-basile.com
Whether you're building a simple blog or a full-on enterprise application, at some point you're going to need an admin section to manage your project. One of the hardest parts of building an admin section is getting a feel for how robust it should be.
Implementing Last Visited / Last Seen in Laravel
medium.com
A last seen property on a user is a fantastic metric, particularly for B2B SAAS companies. It allows you to know when users might be waning off of using your service. You can then use this information to follow up through a call or email to reduce your user/customer churn rate.
GroupBy multiple levels in Laravel
christoph-rumpel.com
Since Laravel v5.5.29 you can group collections by multiple levels. Let's see what this means and how this works. So this article is about a new feature in Laravel. But before we check that out, let's see how it worked before. groupBy is a method of the Collection class.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|