Hey hey, From my YouTube ChannelSo I've tried 3 popular Laravel CMSs...
www.youtube.com
An overview for those who want to move from WordPress to... something on Laravel. Laravel Separate Admin Model and Guard: WHY?
www.youtube.com
Have you ever seen a separate Admin model used in addition to the default User model? Let me explain why, in my opinion, it's often the wrong decision. Code Review of Pan: Repositories, ENUMs, Value Objects
www.youtube.com
The code of Pan Analytics package is a good example of forward thinking. Let me explain. 5 Things I Wish I Knew When Starting with Laravel
www.youtube.com
If I had to start with Laravel as a fresh junior, here are a few pieces of advice I would give to my younger self. Laravel Validation: required_with and required_without_all
www.youtube.com
A quick demo of dynamic validation. From Laravel CommunityDiscover New PHP Attributes, Number Defaults, and Taylor's New Composer Script
www.youtube.com
What's new in Laravel is back! We share new features of the Laravel framework every week Extremely simple analytics for your Laravel apps
www.youtube.com
Sometimes you don't need everything and the kitchen sink when it comes to tracking what your users do in your products. Why We’re Using Composer Scripts on Laravel Cloud (And You Should Too!)
www.youtube.com
what’s up everyone! another video today, and this time we’re diving into why we’re using composer scripts in Laravel Cloud. How does the Laravel defer helper work? (Plain PHP example included!)
www.youtube.com
In this video we'll be taking an in-depth look at how the Laravel defer helper works. We'll be diving into the Response class of Symfony and we will explore a vanilla PHP example that illustrates how fastcgi can signal to the client that the response has been sent over. PHP Match and Enums.
jump24.co.uk
Match and Enums have become a happy place for me writing modern PHP. For those that don’t know, the match expression was added in PHP 8.0 as an alternative to switch. As per the docs: Bonus: Laravel handles casting model properties to enums really nicely.
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses! A Zero-dependency SVG Chart Library for PHP
laravel-news.com
The maantje/charts package by Jamie Schouten is a zero-dependency PHP library for generating SVG charts. Charts has a straightforward API, which you can use to create SVGs directly in PHP without any additional dependencies required: Introducing Blasp: A Powerful Laravel Package for Profanity Filtering
www.reddit.com
Hey everyone! I’m excited to introduce Blasp. Blasp handles: Straight profanity matches (e.g. "profanity"), Substitutions (pro0fán1ty), and more. Add Dimensions to Image and Video Uploads in Laravel
silvanhagen.com
The Laravel Medialibrary is a powerful package to manage uploads in your Laravel application. For a project I'm working on, I needed a way to add the image and video dimensions (width and height) as custom properties. That's it for this week, see you in the next newsletter issue! |