hopekell-dev / core
Hopekell Core Library for CodeCanyon Scripts
v1.0.1
2025-12-25 08:36 UTC
Requires
- php: ^8.2
- illuminate/support: ^10.0|^11.0
README
HopekellDev Core is a Laravel library designed to provide essential functionality for CodeCanyon scripts, including:
- Installation wizard
- License verification via Envato
- Database import
- File uploading and image processing
- Module management
This package works directly from the vendor folder without publishing controllers, routes, or views to the main Laravel application.
Features
-
Installer
- Multi-step installation for your scripts
- Purchase code verification via Envato
- Database connection verification
- Remote SQL import for initial setup
- Installation lock mechanism (
HOPEKELLDEV.LIV) invendor/hopekell-dev/core/storage
-
License Management
- Verify license from your server
- Lock installation after verification
- Revalidation support if license file is deleted
-
Uploader
- Secure file uploads
- Image processing support
-
Modules
- Module management for your scripts
- Supports contracts for custom module development
-
Helpers & Support
- Common helpers
- Environment writer
- Utility functions for scripts
Installation
- Require the package via Composer:
composer require hopekell-dev/core