Hello, Thursday is a newsletter day, right? This week I had a pretty tight schedule so didn't have that much time to write, only one mini-video from my team. Next week we will have Laracon US, where Taylor is planning to launch something big, so should be fun! Till then, enjoy this week's articles.
Content from LaravelDaily Team
Content from Laravel Community
Laravel Queue Processing on Shared hosting
medium.com
There are already quite a few guides on how to setup laravel queues on shared hosting, so you probably have seen or already have a way of working with queues on shared hosting. If you have, this guide follows that same train of thought but with a more personalised view.
Laravel Query Detector
laravel-news.com
Laravel Query Detector is a package by Marcel Pociot, which detects N+1 queries. The package will automatically notify you of any N+1 issues when your application is in debug mode. We all run into the N+1 problem once in a while.
Speed up your Laravel Dusk tests
blog.pterodactyl.io
Here at Pterodactyl we use Laravel Dusk to perform automated browser testing of the application in development. Dusk provides a fluent interface for interacting with Facebook's PHP Webdriver implementation, and allows us to quickly generate tests.
Send group emails via notifications
laravel-tricks.com
It's easy to notify one user by mail. But how to send a mail to all members of a Team? You can send one email to multiple recipients but it's not convenient, as it discloses recipient emails, which is not secure. Thus, you need to send bunch of personal emails on a loop.
Handling Complicated Requests In Laravel
medium.com
As developers we all seek for a way to write better code, but most of the tutorials we can find online, show only ways to handle simple requests and when we meet the complicated request with 20 fields, which should create 5 types of models, we don’t know what to do and dump all the logic in the co
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|