jellyhaus / jellydrop
Simplifies NativePHP
26.8.3
2026-08-04 14:11 UTC
Requires
- php: ^8.4
- illuminate/support: ^13.0
Requires (Dev)
- larastan/larastan: ^3.9
- laravel/pao: ^1.0
- laravel/pint: ^1.29
- orchestra/testbench: ^10.0||^11.0
- pestphp/pest: ^5.0
- pestphp/pest-plugin-laravel: ^5.0
- pestphp/pest-plugin-type-coverage: ^5.0
- phpstan/extension-installer: ^1.4
README
JellyDrop
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.