Hey guys, Usual weekly newsletter with useful articles, probably the most important is "What happens if Taylor disappears" (see link in the middle of the list), and a few videos from myself, one of them is the first in-depth video of actually using QuickAdminPanel for real-life application, which you can generate just in 20 minutes.
Have a good read!
Laravel Daily VIDEO
Laravel-related articles from all the web
Simple Way To HTTPS All Laravel Routes
seanoneill.me
I thought this would be a quick search on the internet to make all routes HTTPS in Laravel, but came across a lot of solutions and a lot which seemed like to much code/work for something that i thought would be a quick fix and some of the solutions just did not work for me.
How to build a realtime map using Laravel
blog.pusher.com
This blog post was written under the Pusher Guest Writer program. Realtime maps have become very popular with more and more couriers, delivery and transportation services apps using them to show realtime tracking of your order or available vehicles around you.
Laravel str_ordinal Helper Function
tenerant.com
I recently submitted a PR to the Laravel framework to add a str_ordinal helper function. The function adds an ordinal indicator to a numeric value passed to its first argument. Simply put, it adds “st”, “nd”, “rd” and “th” to numbers.
Let's try Laravel Echo, Dusk and Vue.js
flamisz.github.io
The best way to learn new things and features is build something on that features. Of course you can learn the basics from video courses but you have to use it to be confident. That’s why I create a small “something” to learn and practice how to use and how Laravel Echo with Pusher works.
Using Laravel Mix for Your WordPress Theme
dotdev.co
Laravel Mix is a fluent wrapper around the webpack module bundler, and it provides common tools that help you compile CSS and JavaScript. It’s easy to work with, and although it comes baked into the Laravel framework, you can use it anywhere.
Asynchronous treat in Laravel
www.codingular.com
Previous week I got a issue from my friend about how he is getting difficulty in managing tons of record in laravel. On daily basis his laravel application process lot of data and files.About 7000 database insert, updates and deletes and couple of images download and uploaded S3.
Conditionally pushing event listeners to queue
themsaid.com
Here's the situation, you're building an online store that should handle thousands of orders every day, one of the cool things about this store is that customers who make purchases above 10K should receive a gift coupon, let's see how we can implement such thing in laravel: On every new purchase a
Scaling Laravel
scalinglaravel.com
What is this? Scaling Laravel is a video course about setting up your Laravel application to scale, and building a server infrastructure that will scale with your application's needs.
rdehnhardt/skeleton
github.com
This application has disabled registration page. The routing folder for this application has been changed to the application Http folder.
Using Namespaces in Laravel Tinker
aaronsaray.com
I hate to admit it, but I do like Laravel’s Tinker package. Sometimes, just testing out your relationships on the command line before you go further is super helpful. One thing I don’t like, though, is the amount of typing it takes when I’m trying to test out my various models.
That's it for this week, see you in the next newsletter! Povilas Korop LaravelDaily Team
|