jellyhaus/jellydrop

Simplifies NativePHP

Maintainers

Package info

bitbucket.org/jellyhaus/jellydrop

Homepage

pkg:composer/jellyhaus/jellydrop

Transparency log

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

26.8.3 2026-08-04 14:11 UTC

This package is auto-updated.

Last update: 2026-08-04 14:11:10 UTC


README

JellyDrop

Packagist PHP from Packagist Laravel versions GitHub Workflow Status (main) Total Downloads

Simplifies NativePHP

Installation

You can install the package via Composer:

composer require jellyhaus/jellydrop

You may publish all of the package's resources at once:

php artisan vendor:publish --tag="jellydrop"

Or, you may publish each resource individually:

Publishing the Configuration File

php artisan vendor:publish --tag="jellydrop-config"

Publishing and Running the Migrations

php artisan vendor:publish --tag="jellydrop-migrations"
php artisan migrate

Publishing the Views

php artisan vendor:publish --tag="jellydrop-views"

Publishing the Translations

php artisan vendor:publish --tag="jellydrop-lang"

Publishing the Public Assets

php artisan vendor:publish --tag="jellydrop-assets"

Usage

Contributing

Thank you for considering contributing to JellyDrop! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

JellyDrop is open-sourced software licensed under the MIT license.