Articles by Tag #composer

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Crafting and Sharing Your PHP Library with Composer

Composer has become the backbone for managing dependencies and sharing reusable code. Whether you...

Learn More 9 0Feb 9

Add Captcha On Laravel Forms

To add Captcha to Laravel form without any API Connection Install mews/captcha composer...

Learn More 8 0Aug 25 '24

🚀 Introducing Laravel Cookie Consent – The Ultimate GDPR Compliance Solution for Laravel

Are you struggling to make your Laravel app GDPR-compliant without compromising user experience? Say...

Learn More 5 0Apr 3

ToastMagic — Laravel Toaster: Enhance Your Laravel App with Elegant Toast Notifications

ToastMagic - Laravel Toaster: Enhance Your Laravel App with Elegant Toast Notifications ...

Learn More 3 0Mar 13

Hack Shared Hosting: Use Composer 2 + PHP 8.3 Without Root Access!

Because sometimes, all you need is a modern dev environment — and your hosting provider says no 😤 ...

Learn More 2 0Jul 31

Linking Private GitHub Repositories as Composer Dependencies

Learn how to use a private Git repository as a Composer package

Learn More 1 0Sep 16 '24

Optimize Vendor Folder Size

You ever notice how everyone's obsessed with "optimizing" their code or front-end assets, but nobody...

Learn More 1 2Aug 22

Composer Linker: The npm link for PHP Developers

Originally published at Takeshi Yu's Blog ( https://ywh.sh/posts/composer-linker ) In modern PHP...

Learn More 1 2Mar 24

How Composer Works in PHP and Aids in Dependency Management

How Composer Works in PHP and Aids in Dependency Management Composer is a powerful...

Learn More 1 0Dec 26 '24

That Time Composer's Timeout Drove Me Nuts

Originally published at Takeshi Yu's Blog (https://ywh.sh/posts/composer-process-timeout) You...

Learn More 0 0Sep 30 '24

Understanding Autoloading in PHP: How to Implement and Use It Efficiently

Autoloading in PHP: Concept and Implementation Autoloading is a mechanism in PHP that...

Learn More 0 0Dec 26 '24

Upgrade All Your Composer Dependencies with a Single Command!

Hey PHP community, I'm excited to introduce Composer Upgrader v1.0.0 — a new Composer plugin that...

Learn More 0 0Mar 2

WordPress and Components

Even though WordPress has been around for 22+ years (released on May 27, 2003), it is by no means an...

Learn More 0 0Feb 27

How can I remove a package from Laravel using PHP Composer?

When working with Laravel, you may need to remove a package that is no longer required. PHP Composer...

Learn More 0 0Feb 18