Hello there,
This week is quite active in community articles, also I've written a long in-depth article myself, along with daily Twitter quick tips on Laravel. Now mostly focused on shooting the rest of my online-course "Eloquent: Expert Level", which got pretty popular and purchased actively, you can still enroll with 50% discount.
Now, let's get to this week's articles!
Content from LaravelDaily Team
From Laravel community
Build a live search feature with Laravel and Vue.js
pusher.com
Today we’ll be creating a realtime search engine. Realtime means that our users will get updates as soon as they occur. So using our application, our users can search data and get results instantly. We’ll be using Laravel for the backend part, Vue.
★ Use custom html components in your Blade views
murze.be
Today we launched our newest package called BladeX. In short this package provides you with an easy html like way to render custom html components in your Blade views. In this blogpost I'd like to introduce the package to you.
Laravel 5.7 Mail Localization Improvements
laravel-news.com
Laravel 5.7.7 is now released and includes both bug fixes and thanks to Derek MacDonald a big improvement to Mail Localization. With the release of Laravel 5.7 the Illuminate\Notifications\Notification class started offering a locale method to set the desired language.
Laravel and Docker
medium.com
Most developers use WAMP/LAMP/MAMP/XAMPP to set up the local environment to run PHP projects. As a solution for this problem, we started using VirtualBox to keep the host computer clean, and the projects separated. To make this setup portable and easy to share, Vagrant came into play.
Introducing Laravel Excel 3.1
medium.com
Laravel Excel 3.0 was released a while ago and completely redesigned the architecture behind exports. Our next target was to do the same paradigm shift for imports. Development took some time, because we wanted to get it right from the start. We are now ready to introduce Laravel Excel 3.1!
Laravel — Nested Eager Loading Contraints
medium.com
Hi there! We recently encountered some challenges while working on one of our applications. We tried to eager load a specific set of data while specifying additional query constraints, multiple relations deep. We soon discovered this was something that wasn’t documented nor easily to find.
Learn about Policies in Laravel
www.youtube.com
In this video we will learn what a policy is in Laravel and how we can use it to create a simple class to help us control who has access to our data. We can then use this class to call on when we need to determine if the user has access to that particular set of data or not.Support from Patreon: htt
algolia/scout-extended
github.com
Scout Extended was created by, and is maintained by Algolia, and extends Laravel Scout's Algolia driver adding Algolia-specific features. This package is still in development. It's not ready for use.
Off-topics and Fun Things
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|