Popular Packages
-
-
-
PHP
aaronidikko/laravel-git-sync
A Laravel package to commit and push changes to Git with one command.
-
-
-
PHP
me-arif-dewan/laravel-repository-generator
Introduces a new Artisan command to generate repository classes with support for: - Multiple interface implementation with automatic method stub generation. - Single class extension with validation. - Model dependency injection via constructor. - Automatic service provider binding registration. - Pipeline pattern for clean, maintainable code structure.
-
PHP
fluentxlsx/fluentxlsx
A fluent, developer-friendly PHP library that unifies the functionalities of SimpleXLSX (for reading Excel files) and SimpleXLSXGen (for writing Excel files).
-
-
-
pawan/module-customer-avatar
Customer can their avatar to magento
-
techsoul/hello-world
My first open source Laravel package - Hello World example
-
PHP
subhashladumor1/laravel-translate
🌐 Professional multi-source translation package for Laravel 11+ with free APIs (LibreTranslate, Lingva, MyMemory), smart caching, batch translation, CLI tools, and analytics dashboard. Zero API costs!
-
-
PHP
thetheago/laravel-seeder-versioning
A Laravel package that provides version control for database seeders, similar to Laravel's migration system. This package tracks which seeders have been run and only executes seeders that have been modified by monitoring class content changes.
-
PHP
lambertns/laravel-make-service
Adds `php artisan make:service` command to generate service classes with optional automatic controller injection using PHP 8+ property promotion.