Hey guys, Will be short this time - let's get into this week's articles right away!
Using request()->query()
murze.be
On Twitter I see a bunch of people regularly tweeting very nice code snippets. Instead of only retweeting those, I’m going to add them to my blog. I’ll tag them with tweet.
Hide Laravel from Wappalyzer
www.controlaltdelete.nl
Since a few years everyone seems to be using Laravel for about everything. That is completely understandable, as it provides some great features. The only downside is that when there is a (security) bug this is easily exploited. Sites and plugins like Wappalyzer collect and sell data about websites.
Using Laravel’s Eloquent Efficiently
medium.com
Ever since Laravel 5.3, I’ve seen many cases where Eloquent’s relations and their underlying query builders are not used efficiently. Many of these cases exist because there are multiple paths to the same data, many of which look and feel like equivalent solutions.
Laravel IO Launches Its Next Version
laravel-news.com
The Laravel community project, Laravel.io, that includes a forum and Pastebin, launched a brand new version. The release features a new design, a new authentication system, and the entire codebase has been rewritten from scratch.
UUID or GUID as Primary Keys? Be Careful!
tomharrisonjr.com
Think twice — in two cases of very large databases I have inherited at relatively large companies, this was exactly the implementation. Aside from the 9x cost in size (36 vs. 4 bytes for an int), strings don’t sort as fast as numbers because they rely on collation rules.
Custom User Log Activity in Laravel 5 App Example
itsolutionstuff.com
In this tutorial we will learn how to create custom user log activity without composer page in laravel application. In this article, I share with you very simple and easy log management in laravel application. I created custom log tables and helper facade that way you can keep your track user logs.
Deploy Laravel To Shared Hosting The Easy Way
www.youtube.com
In this video I will show you how to easily deploy a Laravel application to a shared hosting account with InMotion hosting. We will deploy without having to type in one command. Everything will be done via Cpanel and FTP.INMOTION HOSTING: Get an account for $5.99 per monthhttps://secure1.inmotionhos
Forge Queue Workers Explained
medium.com
This guest post authored by Mohamed Said. Laravel ships with a powerful background job processing system, ensuring your users receive quick responses to their HTTP requests.
Laravel, Docker, and AWS
medium.com
Containers are currently being embraced by developers like hot chocolate on a cold winter night. They are appealing to us because they take infrastructure and turn it in to software configuration.
Laravel v5.4.27 released
medium.com
Laravel v5.4.27 was just released and contains a fix for a bug that was introduced in v5.4.26. If necessary, make sure you update your phpunit.xml as well.
Let’s Build a Web App with Vue, Chart.js and an API
dev.to
Data is beautiful. And with modern technologies it is crazy easy to visualize your data and create great experiences. In this quick how to, we cover how to interact with the npm ? API to get download statistics of a package and generate a chart from this data with Chart.js With Vue.
Consuming Your Own API In Laravel
medium.com
There have been so many times that I create a new Laravel application and I start putting routes into my routes\api.php file and try to hit that route and get the dreaded {“error”:”Unauthenticated.”} message.
Dependency Injection Smells
seregazhuk.github.io
In the previous article, I have discussed the difference between constructor and setter injections. Now, it’s time to pay attention to some examples of how not to use Dependency Injection.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|