Hey hey, From my YouTube ChannelLaravel API Code Review: Inconsistent Code May Cost You a Job
www.youtube.com
I was asked to review this code which received a negative answer on a job interview. Let's examine the potential reason(s). Laravel Soft-Deletes with "Archive" and "Bin"
www.youtube.com
A demo project with more complex scenario for Soft Deletes. NEW Laravel OTPz Package: Login Form with No Password
www.youtube.com
A new Laravel package for one-time passwords. Laravel Inertia: API in the WEB Controller?
www.youtube.com
An interesting open-source example of using Inertia alongside API but in a non-typical way. What Senior Devs ACTUALLY Do? (And how to become one)
www.youtube.com
I realize a difference between junior and senior tasks and approaches. Let me explain. From Laravel CommunityIncrement Or Create & Model Attributes in Laravel v11.39 & v11.40
www.youtube.com
What's new in Laravel is back! We share new features of the Laravel framework every week Laravel Microservice - Understanding Microservcies and What We Will Build
www.youtube.com
In the first video of our Laravel Microservice course, we explore the core concepts of microservices and introduce the exciting project you'll build throughout the course. phikiphp/phiki
github.com
Phiki is a syntax highlighter written in PHP. It uses TextMate grammar files and Visual Studio Code themes to generate syntax highlighted code for the web and terminal. The fastest way to get started is with the codeToHtml() method. How do I deploy my Laravel applications using Github Action?
achyutneupane.medium.com
This is my second article on Medium. In my first one, I talked about cPanel because I deploy 90% of my applications on cPanel. It's not because cPanels are cheap or easy. It is because I can only afford it instead of VPS, AWS, or similar things.
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses. As a newsletter subscriber, you get 20% off membership, with coupon NEWSLETTER20! Simplified Grouped Aggregates in Laravel Query Builder
nabilhassen.com
Introducing grouped aggregate methods, a noteworthy enhancement to Laravel's database query builder with Pull Request #53679, contributed by GromNaN. This update adds new methods for performing grouped aggregate calculations, making database queries cleaner, more expressive, and easier to maintain. Laravel API Authentication Using Firebase PHP JWT: Building a Login System and Custom Guard
simioluwatomi.com
In a previous article, we laid the groundwork for implementing JWT authentication in Laravel using the Firebase PHP JWT package. We created a robust JWTCodec class that handles token encoding and decoding, initially using symmetric cryptography with a shared secret key. Introducing Rich Text Laravel
tighten.com
In Rails, you connect Trix to your Rails app using a first-party gem called ActionText. After experimenting with it for a bit, I enjoyed Trix so much that I decided to port ActionText over to Laravel. I've now released that port, as a Composer package called Rich Text Laravel. You can think of the package as ActionText for Laravel. Essential Laravel Artisan Commands for Better Deployments
nabilhassen.com
Deploying a Laravel application involves several steps to ensure it performs optimally in a production environment. Laravel’s Artisan command-line tool offers powerful commands that simplify this process. How to Fix the Composer Error: "Your requirements could not be resolved to an installable set of packages"
laravel-news.com
I've encountered this error many times before, and it can be caused by a variety of reasons. The first time I saw it, I remember feeling a bit overwhelmed and not knowing where to start. So, if you feel the same way, that's totally fine! In this article, we'll break down the error and look at some common causes and solutions. Fluent Date Validation in Laravel 11.40
laravel-news.com
The Laravel team released v11.40, which includes a fluent date validation class, pending Eloquent attributes, dump helpers for HTTP Response instances, and more. Currency Formatting with Laravel's Enhanced Number Helper
laravel-news.com
Laravel's Number helper now supports configurable default currencies, simplifying price formatting across different regions and use cases. A Practical Guide to Using ReactJS with Inertia.js 2 and Laravel 11
dev.to
ReactJS and Laravel are among the most popular tools for modern web development. Combining React’s dynamic user interfaces with Laravel’s robust backend makes for a highly efficient and scalable stack. Inertia. Building a Laravel Filament Multi-Tenant Panel
filamentmastery.com
Learn how to create a Filament multi-tenant panel with tenant registration, profile management, and customizable tenant menus. Parameterized Middleware in Laravel
laravel-news.com
Laravel's middleware system becomes more powerful with parameter passing, allowing dynamic behavior based on runtime values. NativePHP with Inertia and ReactNative
www.reddit.com
I managed to make the NativePHP iOS early access code work with Inertia in combination with ReactNative. What do you consider the best way to handle multiple soft deletes at once?
www.reddit.com
I have a model User that relates to a model called Doctor. That model, in turn, relates to another model called Appointments. All of these use the SoftDelete trait. Additionally, upon deleting, the record must first have a deleted_by field set. That's it for this week, see you in the next newsletter issue! |