Table of Contents


#Laravel News

LangCountry launches v4

Veresion 4 now includes adding Carbon Macros so you can use the LangCountry formatting directly on your Carbon instances. On most IDE's they're also a…
#News
By Eric L. Barnes | Sep 30, 2024


Split Log Levels Between Stdout and Stderr With Laravel

Learn how to split log levels between different log channels using Laravel and Monolog. Using the FilterHandler, you can configure a log channel to on…
#Laravel Tutorials
By Paul Redmond | Oct 01, 2024


Laravel MongoDB releases version 5.0

Version 5.0 of the official Laravel MongoDB integration is now available.
#News
By Eric L. Barnes | Oct 01, 2024


Laravel Roundup – October

Highlighting the latest news, jobs, and community-related items.
#News
By Eric L. Barnes | Oct 01, 2024


Laravel 11.26 Released

The Laravel team released v11.26 this week, with the ability to gracefully stop a pool of processes, using Enums when defining Rate Limiting, an Artis…
#News #Laravel Releases
By Paul Redmond | Oct 02, 2024


Statamic, Radical Design, and more with Jack McDade

In this episode, we welcome Jack McDade to the show to talk about Statamic, his Radical Design course, business, marketing, and more.
#Interviews
By Eric L. Barnes | Oct 03, 2024


Pest Route Testing Plugin for Laravel Applications

The pest-plugin-route-testing package for Pest helps you ensure your routes are okay in Laravel. This package has useful methods to filter down which…
#Laravel Packages #Pest
By Paul Redmond | Oct 02, 2024


Statamic, Radical Design, and more with Jack McDade

In this episode, we welcome Jack McDade to the show to talk about Statamic, his Radical Design course, business, marketing, and more.
#Interviews
By Eric L. Barnes | Oct 03, 2024


Pest Route Testing Plugin for Laravel Applications

The pest-plugin-route-testing package for Pest helps you ensure your routes are okay in Laravel. This package has useful methods to filter down which…
#Laravel Packages #Pest
By Paul Redmond | Oct 02, 2024


The Inertia 2.0 Beta is Coming Soon

The Inertia v2.0 beta is likely to be released sometime next week. Get all the latest info on what new features are coming to the next major release o…
#News #Inertiajs
By Paul Redmond | Oct 03, 2024


Optimize Your SQLite Database with the Laravel Optimize DB Package

The Laravel Optimize DB package provides a good starting point for production-ready SQLite databases.
#Laravel Packages
By Paul Redmond | Oct 06, 2024



#Ashallen Design UK

A Guide to Laravel Pipelines

#Laravel #PHP #Tips & Tricks #Web Development
By Ashley Allen | Sep 30, 2024



#Freek Dev

Optimizing Eloquent: Accessor Caching and Value Objects in Laravel

Laravel's accessor caching with shouldCache() boosts performance by preventing repetitive computations for expensive accessors. Additionally, you can work with complex data like addresses using value objects, and Laravel will auto-sync changes back to the model. This improves code efficiency and maintainability, especially for structured data.
By Harris Raftopoulos | Sep 30, 2024


A Guide to Laravel Pipelines

Learn how to use the Pipeline class in Laravel to break complex workflows into smaller, isolated, focused processes. We'll then look at how to test our Laravel pipelines.
By Ash Allen | Oct 01, 2024


CPX – Composer Package Executor

Run Composer packages, effortlessly. No need to install tools into your app or as global dependencies.
By Liam Hammett | Oct 04, 2024



#Made with Laravel

Airframe – AI Laravel Engineer

"Airframe is a full-stack AI Laravel engineer, automating the journey from an issue in your project to a complete, review-ready new branch and pull request in minutes.
Airframe is built with Laravel. Actually, about 25% of it has been built with Airframe itself!"
#DevTools
By | Oct 02, 2024


Genealogy – Open-source Family Tree App

"Genealogy is a free and open-source family tree PHP application to record family members and their relationships.
This TALL stack application is built using Laravel, Laravel Jetstream, Livewire, Alpine.js, Tailwind CSS, TallStackUI (featuring Tabler Icons) and Laravel Filament."
#App
By | Oct 02, 2024


RapidSaaS Conduit – SaaS Starter Kit

"RapidSaaS Conduit is a Laravel SaaS starter kit with everything you need to build your SaaS application in a convenient, minimal, and easy-to-adopt composer package.
Including subscriptions, payments, carts, guest accounts, Filament dashboards, and more! Conduit is designed to be as non-intrusive to your application as possible, while also providing powerful and flexible components to handle the common use cases for your customers.
This is one of the fastest and most convenient ways to get started building SaaS applications with Laravel!
RapidSaaS Conduit is built using the TALL stack, Tailwind, Alpine, Laravel, and Livewire, as well as FilamentPHP as an admin panel. It uses Laravel Cashier and Lemon Squeezy's official/unofficial Laravel package (similar to Cashier) for handling payments, checkouts, and webhooks. It also uses PestPHP for testing."
#Boilerplate
By | Oct 03, 2024



#Laravel Magazine

Filament v3.2.115: Critical XSS Vulnerability Patched in ColorColumn and ColorEntry Components

Filament recently released version 3.2.115, addressing a critical security issue related to…
#News #Filament
By Marian | Oct 01, 2024



#Hashnode

How to Use PHP Callbacks: Examples and Guide

Introductions:
In PHP, callbacks are functions that are passed as arguments to other functions, allowing them to be called later, either immediately or at a specific point during execution. They are useful when you want to allow the behavior of a fun…
By Borhan Uddin | Sep 30, 2024


Create Histogram Charts With MySQL – Tutorial

To create a statistical query to build a histogram chart with MySQL, you can use the COUNT() function along with GROUP BY to count occurrences of values within a specified range or category created by the grouping constraint.
Especially for time seri…
By Valerio | Sep 30, 2024


Stay Updated with PHP/Laravel: Weekly News Summary (23/09/2024-29/09/2024

Intro: Check out this insightful summary of PHP/Laravel Weekly News for September 23rd to September 29th, 2024. Stay updated with the latest developments, releases, and community updates in the Nil ecosystem.
Key Points:

📅 Laravel Meetup: The Septe…
By Poovarasu Sekar | Sep 30, 2024


How to integrate PayPal gateway payment in PHP

Integrating PayPal as a payment gateway into your PHP application allows your users to make payments securely through PayPal’s platform. In this tutorial, we will cover how to integrate the PayPal payment gateway using PHP.
Prerequisites
👉Basic know…
By Benchatronics | Sep 30, 2024


Importance of Frontend Integration for a Senior Web Developer

Understanding of Frontend Technologies:
A senior PHP or Laravel developer is often required to work with frontend developers or handle full-stack responsibilities. Understanding frontend technologies like React, Vue.js, or Angular allows for better c…
By Dale Lanto | Sep 30, 2024


Security Best Practices in PHP Laravel

OWASP Top Ten
The OWASP Top Ten is a list of the most common and critical web application security risks. Here's a breakdown of each risk with real-life examples and mitigations in PHP/Laravel.

1. Broken Access Control
Occurs when users can access r…
By Dale Lanto | Oct 01, 2024


DevOps & Deployment

Let's dive into the DevOps and Deployment topics, with real-life scenarios and examples in PHP/Laravel environments.
1. Version Control (Git)

Deepen your understanding of Git (branches, rebasing, resolving conflicts, code reviews).

Scenario: Imagin…
By Dale Lanto | Oct 01, 2024


Laravel Controllers 202: Advanced Techniques and Best Practices

Building on the fundamentals of Laravel controllers, this guide takes a deep dive into advanced techniques that enhance the way controllers manage application logic, handle routing, interact with models, and improve code maintainability. While the ba…
By Samuel Agyei | Oct 01, 2024


Week 1: Diving into PHP Basics—Building a Contact Form

This week marked the beginning of my journey into PHP, a server-side scripting language widely used for web development. My primary goal was to grasp the fundamentals of PHP syntax, control structures, functions, and the principles of Object-Oriented…
By Ibrahim Nassar | Oct 01, 2024


NewRelic Alternative For Monitoring Laravel Octane

I recently had the opportunity to discuss the adoption of Inspector by a team of developers based in Brazil. At the time they were using NewRelic to monitor their applications, but found that it was not compatible with Laravel Octane.
Ever since Lara…
By Valerio | Oct 02, 2024


Blog Post: Integrating Paystack in React Native and Storing Paystack Response in a MySQL Database

In this blog post, I’ll walk you through how to integrate Paystack for payments in a React Native application and store the payment response in a MySQL database using PHP.
Step 1: Install Paystack in React Native
You need to install the Paystack libr…
By Ogunuyo Ogheneruemu B | Oct 02, 2024


Laravel vs. Other PHP Frameworks: A Feature Comparison

In the ever-evolving landscape of web development, selecting the right framework is crucial for building efficient, scalable, and maintainable applications. PHP, being one of the most widely used server-side scripting languages, offers a plethora of …
By WEDOWEBAPPS LLC | Oct 04, 2024


How to Protect Your Data with RSA Encryption and Decryption: A Cross-Platform Approach

In the digital age, protecting sensitive data is more important than ever. RSA encryption is one of the most trusted ways to ensure data security. This cryptographic method is an asymmetric encryption algorithm that uses two keys — a public key for e…
By Shubham Khan | Oct 04, 2024


How to Redirect Users to a Custom Route After Login in Laravel

Introduction
Laravel is a powerful PHP framework that makes web application development easier and more efficient. One common feature in web applications is redirecting users to a specific route after they log in. By default, Laravel redirects users …
By Mrunali Khandekar | Oct 05, 2024



#Mastering Laravel

A small gotcha with the `observedBy` attribute

And how to avoid it
By Joel Clermont | Sep 30, 2024


Should you run `optimize` with Vapor?

I didn't see this in the docs
By Joel Clermont | Oct 01, 2024


A very useful tool for managing Node versions

Been using it for over a year now
By Joel Clermont | Oct 02, 2024


Easily generate a bigger collection

Useful for quick experimentation
By Joel Clermont | Oct 03, 2024


Why we keep the testing database separate

A huge improvement
By Joel Clermont | Oct 04, 2024



#Securing Laravel

Security Tip: Pest's Security Preset & Strict Equality

[Tip #93] Test suites aren't just for raw code expectations, it turns out you can also use them to encourage secure coding practices!
By Stephen Rees-Carter | Oct 05, 2024



#Flare App

Using 1password for Laravel environment variables

Secret management isn't the most thrilling part of development, but it's crucial. Let's look at some options, why we chose the 1Password CLI and how to set it up.
#Deep Dives
By | Sep 30, 2024



#Dev.to

Using Redis for Caching in Laravel: A Step-by-Step Guide

#laravel #php #redis #backend
By Carlos Talavera | Sep 30, 2024


Exploring Matrix: Bringing JavaScript-like Async to PHP

#matrix #javascript #webdev #php
By Jerome Thayananthajothy | Sep 30, 2024


Need Help! php server

#webdev #php #cpanel #linux
By Wasim Shakir | Sep 30, 2024


Building laravel admin panel easily

#filamentphp #laravel #backend #adminpanel
By Ahtesham Abdul Aziz | Sep 30, 2024


Laravel Http Client Overview and Monitoring

#laravel #php #webdev #tutorial
By Valerio | Sep 30, 2024


Stay Updated with PHP/Laravel: Weekly News Summary (23/09/2024-29/09/2024

#php #laravel
By Poovarasu Sekar | Sep 30, 2024


What is Type Casting in laravel

#discuss #php #laravel #webdev
By AJ | Sep 30, 2024


1381. Design a Stack With Increment Operation

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Sep 30, 2024


How to Create Your First Application with Lithe

#php #webdev #programming
By Lithe | Sep 30, 2024


Como Criar sua Primeira Aplicação com Lithe

#php #webdev
By Lithe | Sep 30, 2024


From Childhood Curiosity to Tech Leadership: Babacar's Journey and Insights for Aspiring Developers

#laravel #couchbase #interview
By Babacar Cisse DIA | Sep 30, 2024


Small Swoole Entity Manager

#php #swoole #openswoole #showdev
By sebk69 | Oct 01, 2024


Setting Up Laravel on Your Own Server: A DIY Guide

#laravel #php #devops #development
By Babacar Cisse DIA | Sep 30, 2024


FetchPHP 2.0: An Update To Bring Javascript's Fetch & True Async To PHP (Now With Superpowers!)

#webdev #javascript #php #http
By Jerome Thayananthajothy | Oct 01, 2024


How to Implement QR Code Generation in Laravel

#laravel #qrcode
By Nasrul Hazim Bin Mohamad | Oct 01, 2024


ServBay Version 1.4.4 Update Announcement

#programming #php #webdev #beginners
By ServBay | Oct 01, 2024


How to Migrate NGINX Website to ServBay

#programming #php #nginx #webdev
By ServBay | Oct 01, 2024


🗺️ Peta Jalan Laravel: Menjelajah Routing, Middleware, dan Controller (Indonesian Version)

#middleware #routing #controller #laravel
By محمد يزيد الصبري | Oct 01, 2024


How to set up NetSuite Token-based Authentication (TBA) in Laravel

#webdev #laravel #netsuite #tutorial
By Otutu Chinedu Kingsley | Oct 01, 2024


1497. Check If Array Pairs Are Divisible by k

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 01, 2024


PART# 1 – Efficient File Transfer System Using HTTP for Large Datasets

#php #hacktoberfest #webdev #beginners
By MD ARIFUL HAQUE | Oct 02, 2024


Unlocking the Power of Admin Templates

#webdev #admintemplate #laravel #vue
By James Carter | Oct 02, 2024


Read XLXS file in PHP and display header.

#webdev #programming #tutorial #php
By programmer desk | Oct 02, 2024


Logging Database Queries with Eloquent ORM and Laravel – Fast Tips

#laravel #php #webdev #tutorial
By Valerio | Oct 02, 2024


I wrote PHP Code using AI to Design Landing Page

#webdev #ai #php
By Rajkumar Chaudhary | Oct 02, 2024


Laravel Pipelines & Composable Job Middleware

#laravel #indepth #architecture
By Davey Shafik | Oct 02, 2024


Choosing the Best PHP Developers – A Guide to Hiring Cost

#php #laravel #webdev
By Kelia Ewart | Oct 02, 2024


🏪 Mengenal Laravel Staff: Request, Response, Views, And Validation

#laravel #php #beginners
By محمد يزيد الصبري | Oct 02, 2024


Host PHP for free!

#php #docker #webdev #cloud
By Savvas Stephanides | Oct 02, 2024


How do you create PHP and Laravel environments with databases in Android?

#webdev #php #laravel #android
By AJDM Jakiur Rahmam | Oct 02, 2024


Help Needed with Tailwind CSS Parser in PHP

#php #tailwindcss #laravel
By Raakkan | Oct 02, 2024


1331. Rank Transform of an Array

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 02, 2024


work with projects in php or laravel framework with html, css, js, boostrap, mysql.

#php #mysql #laravel #bootstrap
By Wallace Stenio | Oct 02, 2024


PART# 2 – Efficient File Transfer System Using HTTP for Large Datasets – Range Requests

#php #hacktoberfest #webdev #beginners
By MD ARIFUL HAQUE | Oct 02, 2024


How to Change Local Storage Path in Laravel

#laravel #digitalocean #webdev #devops
By Süleyman Özgür Özarpacı | Oct 03, 2024


Laravel Stats : Filament Charts.js pour faire les statistiques

#javascript #filament #laravel #php
By Fabrice | Oct 03, 2024


Dynamic Payment Processor Selection in Laravel 11: Using the Factory Pattern

#php #laravel #webdev #designpatterns
By websilvercraft | Oct 03, 2024


Optimizing Laravel Performance: Addressing Slowdowns with Large Datasets

#laravel #performance #optimization #database
By Abir | Oct 03, 2024


Secure API Development: Best Practices with Laravel

#laravel #php #api #discuss
By ViitorCloud Technologies | Oct 03, 2024


Multi tenancy connect with tenant DB without Initialization Or Dynamically

#webdev #multitenancy #webcomponents #laravel
By ARK DEV SOLUTIONS | Oct 03, 2024


🌠 Mengenal Singkat: Migration, Query Builder, Dan Eloquent Di Laravel

#laravel #php #beginners
By محمد يزيد الصبري | Oct 03, 2024


Can You Really Host Laravel on Shared Hosting?

#laravel #shared #hosting
By webfuelcode | Oct 03, 2024


1590. Make Sum Divisible by P

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 03, 2024


Using observers in Laravel to track model events

#laravel #eventdriven #architecture #php
By Tim E | Oct 04, 2024


Why Choose 2GB Unlimited Web Hosting?

#web #wordpress #laravel #softwaredevelopment
By abilash p | Oct 04, 2024


Local SSL Root Certificate (CA) Management

#webdev #php #beginners #programming
By ServBay | Oct 04, 2024


Manipulating Arrays with PHP

#php #datastructures #development #programming
By Carlos Viana | Oct 04, 2024


Push to the background in Laravel with Defer | How to | Tutorial | Quick Win Wednesday #QWW

#laravel #tutorial #php #beginners
By Bert De Swaef | Oct 04, 2024


Focusing your tests on the domain. A PHPUnit example

#phpunit #php #testing #ddd
By Nacho Colomina Torregrosa | Oct 04, 2024


2491. Divide Players Into Teams of Equal Skill

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 04, 2024


Small Swoole Entity Manager Bundle

#php #symfony #swoole #openswoole
By sebk69 | Oct 05, 2024


Two Years and a Lot of Nerves: How We Created a WordPress Plugin with a Friend for Collecting and Analyzing Form Submission

#wordpress #php #webdev
By Ashot Agabekov | Oct 04, 2024


Connexion à une Base de données PostgreSQL

#laravel #postgres #php
By Fabrice | Oct 05, 2024


PHP NATIVE

#php
By Windel Navales | Oct 05, 2024


Understanding Laravel's MorphTo Relation: A Practical Guide

#laravel #php #webdev #beginners
By Arafat Hossain Ar | Oct 05, 2024


Qualities of a Senior PHP Engineer

#programming #php #webdev #beginners
By Angela Swift | Oct 05, 2024


Meet phpvm: Your New PHP Best Friend Forever!

#php #nvm #javascript #node
By Jerome Thayananthajothy | Oct 06, 2024


567. Permutation in String

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Oct 05, 2024


PHP Apache project with Virtual Host

#php #webdev #tutorial
By Antonio Silva | Oct 05, 2024


Laravel SoftDelete: Avoiding the Unique Constraint Problem

#laravel #mysql #programming #php
By Hafiq Iqmal | Oct 06, 2024


Normalizing Fancy Text to Normal Text in Laravel

#laravel #normalization #php #webdev
By Hafiq Iqmal | Oct 06, 2024


লাইভ ডেলিভারি পিজা অ্যাপ

#laravel #react #reverb #javascript
By syed kamruzzaman | Oct 06, 2024


SharpAPI Laravel Integration Guide

#laravel #php #webdev #ai
By Dawid Makowski | Oct 06, 2024



#Amit Merchant

Simplify Primary Key Extraction in Laravel with modelKeys()

When working with Eloquent collections in Laravel, there are often scenarios where you need to quickly extract the primary keys of all models in the collection. This is where the modelKeys() method shines, providing a clean and efficient way to accomplish this task.Understanding modelKeys()The modelKeys() method is a
By Harris Raftopoulos | Sep 30, 2024


Supercharge Your Laravel Queries with Relation Aggregates

When building complex applications with Laravel, you often need to retrieve aggregated data from related models. Eloquent provides a set of powerful methods to accomplish this efficiently: withSum, withAvg, withMax, withMin, and withExists. These methods allow you to include aggregated data from relationships without writing complex, nested queries.Understanding Relation
By Harris Raftopoulos | Sep 30, 2024


Mastering Eloquent: Simplify Access to Latest and Oldest Related Models

In the world of Laravel and Eloquent, dealing with relationships is a common task. But what if you need to consistently retrieve the most recent or the oldest related model? Enter Laravel's latestOfMany() and oldestOfMany() methods – powerful tools that simplify this process and make your code more expressive.
By Harris Raftopoulos | Oct 01, 2024


Mastering Eloquent: Eliminating Sneaky N+1 Queries with Chaperone

As Laravel developers, we're always on the lookout for ways to optimize our database queries. One common pitfall, even when using eager loading, is the sneaky N+1 query problem that can arise when accessing parent models from child models in nested loops. Today, we're diving
By Harris Raftopoulos | Oct 01, 2024


Simplify Relationship Queries in Laravel with whereRelation()

In Laravel, querying models based on the attributes of their relationships is a common task. The whereRelation() and orWhereRelation() methods provide a concise and powerful way to filter your main models based on conditions in their related models. Let's dive into how these methods can simplify your Eloquent
By Harris Raftopoulos | Oct 02, 2024


Enhancing Security: Logging Out Users from Other Devices in Laravel

In today's multi-device world, users often access their accounts from various devices. While this convenience is great, it can pose security risks. Laravel provides a powerful feature to mitigate these risks: the ability to log out users from all other devices except the current one. Let's
By Harris Raftopoulos | Oct 02, 2024


Securing Sensitive Actions with Password Confirmation in Laravel

In any web application, certain actions require an extra layer of security. Laravel provides a elegant way to implement this through password confirmation. Let's explore how to set up a password confirmation route to validate user identity before crucial operations.The Password Confirmation ConceptPassword confirmation adds an
By Harris Raftopoulos | Oct 03, 2024


Extending Laravel's Authentication: Creating Custom Guards

Laravel's authentication system is robust and flexible out of the box, but sometimes your application might require a specialised authentication method. This is where custom authentication guards come into play. Let's explore how to create and implement a custom guard in Laravel.Understanding Custom GuardsCustom
By Harris Raftopoulos | Oct 03, 2024


Streamlining Authorization with Inline Checks in Laravel

Laravel's authorization system is powerful and flexible, but sometimes you need a quick, simple way to perform authorization checks without defining a full gate. This is where inline authorization checks come in handy. Let's explore how to use Gate::allowIf() and Gate::denyIf() to streamline your
By Harris Raftopoulos | Oct 04, 2024


Securing Routes with Policy-Based Authorization in Laravel

Laravel's policy-based authorization system provides a powerful way to manage access control in your application. When combined with route middleware, it offers a clean and efficient method to secure your routes based on user permissions. Let's explore how to implement policy-based route authorization using the '
By Harris Raftopoulos | Oct 04, 2024


Streamlining View Logic with Blade Authorization Directives in Laravel

Laravel's Blade templating engine offers powerful directives for handling authorization directly in your views. These directives, namely @can, @cannot, and @canany, allow you to conditionally display content based on user permissions, leading to cleaner and more secure templates.Understanding Blade Authorization DirectivesBlade authorization directives provide a clean
By Harris Raftopoulos | Oct 05, 2024


Preventing Data Races with Pessimistic Locking in Laravel

In concurrent database operations, ensuring data integrity can be challenging. Laravel provides powerful tools for implementing pessimistic locking in your database queries, helping you prevent data races and maintain consistency in your application.Understanding Pessimistic LockingPessimistic locking is a strategy where a record is locked before it's
By Harris Raftopoulos | Oct 05, 2024


Mastering Query Debugging in Laravel: Unveiling the Power of dd, dump, and Raw SQL Methods

When building complex database queries in Laravel, having powerful debugging tools at your fingertips can be a game-changer. Laravel provides a set of methods that allow you to inspect your queries in detail, making the debugging process smoother and more efficient. Let's dive into these methods and see
By Harris Raftopoulos | Oct 06, 2024


Enhancing Pagination Links with URL Fragments in Laravel

When working with paginated data in Laravel, you might want to direct users to a specific section of your page when they navigate through pagination links. Laravel's paginator offers a simple yet powerful method to achieve this: the fragment() method.Understanding URL FragmentsURL fragments, also known as
By Harris Raftopoulos | Oct 06, 2024



#Ahmad Rosid

How to Create a Dialog Component with Alpine.js

By Ahmad Rosid | Oct 03, 2024



#IT Solution Stuff

Laravel 11 Generate UUID Example

In this post, I will show you how to generate uuid in laravel 11 application. laravel provides string functions uuid() and orderedUuid() to generate uuid.

A UUID (Universally Unique Identifier) is a …..
#Laravel
By Hardik Savani | Sep 30, 2024


How to Prevent Users to Enter Weak Password in Laravel 11 App?

In this article, I will share with you how to prevent common password in laravel application. we can prevent to enter insecure password using laravel validation rule.

Security is a critical aspect of…..
#Laravel
By Hardik Savani | Oct 02, 2024



#Harris Raftopoulos

cpx — The npx counterpart of the PHP ecosystem

If you’re coming from the JavaScript world or even if you’ve worked with modern JavaScript briefly, you might know the importance of npm and its package ecosystem.
By Amit Merchant | Oct 03, 2024


A growing list of well built open-source apps in Laravel

Sometimes, it would be interesting to see what you can build using your favorite framework. This is especially useful when you’re in the phase of selecting a framework for your next project.
By Amit Merchant | Oct 06, 2024