Hey hey, From my YouTube ChannelSo We Tried to Build a Project with Livewire vs Vue vs React... (showdown)
www.youtube.com
We tried to create a simple project with dynamic elements, using three popular stacks. Laravel API Security: Triple-Check Request TYPES (example "hack")
www.youtube.com
One potential security issue in your application may be comparing strings with loose comparison. Let me show the example. Install Tailwind in Laravel 11: Changed in v11.x
www.youtube.com
To configure Tailwind in Laravel, we used to install starter kits like Breeze. Not anymore. 8 Career Tips from My 25 Years as Developer
www.youtube.com
I've shared a tweet with 25 pieces of career advice, and in this video, I picked 8 of them to discuss deeper. From Laravel CommunityResolving Dependencies Helpers
www.youtube.com
In Laravel, there are different approaches to resolving dependencies. Let me show you some of them today. zackAJ/laravel-debounce
github.com
Laravel-debounce allows you to accumulate / debounce a job,notification or command to avoid spamming your users and your app's queue. It also tracks and registers every request occurrence and gives you a nice report tracking with information like ip address and authenticated user per request. Building Maintainable PHP Applications: Data Transfer Objects
davorminchorov.com
Most PHP developers are used to working with arrays when they are at the start or years into their programming career because they seem to be very simple to use. Arrays however fall short when things get complex. It may seem like they are fine, but they do lack types and visibility. Transform Data into Type-safe DTOs with this PHP Package
laravel-news.com
This PHP Data Model package provides a lightweight, non-invasive way to hydrate type-safe PHP objects recursively. It uses reflection and PHP attributes to hydrate objects and instantiate them based on type hints: Additional related packages also provide helpers, factories, transformers, and more. Access Laravel Pulse Data as a JSON API
laravel-news.com
The Pulse API package by Roberto Gallea gives you all the data available in Laravel Pulse as a JSON API. This package defines two API endpoints for getting Pulse data. These API endpoints are protected using a configurable Pulse middleware for authorization: Asymmetric Property Visibility in PHP 8.4
laravel-news.com
PHP 8.4 is scheduled to be released tomorrow, and one exciting feature we haven't covered yet is Asymmetric Property Visibility. Starting in PHP 8.4, properties may also have their visibility set asymmetrically with a different scope for reading and writing. security advisories : Environment manipulation via query string
www.reddit.com
When the register_argc_argv php directive is set to on , and users call any URL with a special crafted query string, they are able to change the environment used by the framework when handling the request.
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses! That's it for this week, see you in the next newsletter issue! |