Hey guys, A lot of different topics in today's newsletter - 26 links altogether. So I guess no more intro, let's dive into reading!
Laravel Validation: 5 Less-known Rules
laraveldaily.com
A short list in “Did you know…?” style. Laravel has a convenient validation mechanism, but most of us only use simple rules like ‘required’, ’email’ or ‘date’. Actually, there are a few less-known but pretty interesting ones. Let’s have a look.
Laravel v5.4.26 released
medium.com
Laravel v5.4.26 shipped today. The release contains a few additions, but consists mainly of several interesting changes and bug fixes.
Laravel Talk — A realtime messaging system
medium.com
Talk is a Laravel based realtime messaging or conversation system. You can easily integrate this package with any Laravel based project. It helps you to develop a messaging system in just few mins. You can install Talk via composer. Run this command from your terminal.
cyrildewit/laravel-page-visits-counter
github.com
This package allows you to store page visits of different models into the database. This package isn't built for tracking every page visit. It actually made more for providing a simple counter for Model items like a Task, Article, Post or Course. But of course you can use this package as want.
Preventing Overlapping
divinglaravel.com
Sometimes a scheduled job takes more time to run than what we initially expected, and this causes another instance of the job to start while the first one is not done yet, for example imagine that we run a job that generates a report every minute, after sometime when the data gets huge the report g
Laravel 5 with Codeception
laravelista.com
In this tutorial, I will show you how to replace default Laravel 5 testing suites with Codeception only. Continuing on my post from 2014: Getting started with Codeception.
Invisible reCAPTCHA Integration With Laravel
laravel-news.com
Invisible reCAPTCHA is an improved version of reCAPTCHA v2 (No CAPTCHA) developed by Google, and users now only need to click the button: “I’m not a robot” to prove they are human. In Invisible reCAPTCHA, there is no longer an embedded CAPTCHA box for users to interact with.
How I use Docker with Laravel, MongoDb and Redis
medium.com
I use this image for all my projects, but of course, you can create your own or use another one. This has all the libraries and tools that I need for my applications, is not always the same but is a good base. So the first thing we need to do is install docker.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|