devanoxltd / core
Core package for Laravel projects providing module support, helpers, and license verification. This package is developed for use in Devanox Private Limited projects.
Package info
Type:laravel-package
pkg:composer/devanoxltd/core
Fund package maintenance!
Requires
- php: ^8.5
- devanoxltd/php-html-parser: ^1.2
- illuminate/support: ^13.0
- livewire/livewire: ^4.3
Requires (Dev)
- devanoxltd/tailwind-class-merge-laravel: ^v1.4
- driftingly/rector-laravel: ^2.5
- fakerphp/faker: ^1.24
- larastan/larastan: ^3.10
- laravel/pao: ^1.1
- laravel/pint: ^1.29
- mockery/mockery: ^1.6
- mrchetan/php_standard: ^5.3
- nunomaduro/collision: ^8.9
- orchestra/testbench: ^11.0
- pestphp/pest: ^4.7
- pestphp/pest-plugin-faker: ^4.0
- pestphp/pest-plugin-laravel: ^4.1
- pestphp/pest-plugin-type-coverage: ^4.0
- phpstan/extension-installer: ^1.4
- rector/rector: ^2.5
This package is auto-updated.
Last update: 2026-07-26 16:11:36 UTC
README
Core
Core package for Laravel projects providing module support, helpers, and license verification. This package is developed for use in Devanox Private Limited projects.
Requirements
- PHP 8.5 or higher
- Laravel 13.x
Installation
You can install the package via Composer:
composer require devanoxltd/core
You may publish all of the package's resources at once:
php artisan vendor:publish --tag="core"
Or, you may publish each resource individually:
Publishing the Configuration File
php artisan vendor:publish --tag="core-config"
Publishing and Running the Migrations
php artisan vendor:publish --tag="core-migrations"
php artisan migrate
Publishing the Views
php artisan vendor:publish --tag="core-views"
Publishing the Translations
php artisan vendor:publish --tag="core-lang"
Note on translations: This package ships its translations under the
englocale. To use them in a Laravel project whose default locale isen, setAPP_FALLBACK_LOCALE=engin your application's.envfile. You can still publish the language files and create anenversion underlang/vendor/core/to override individual strings.
Publishing the Public Assets
php artisan vendor:publish --tag="core-assets"
Usage
Testing
Run the package test suites with Composer:
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Thank you for considering contributing to Core! Please review our contributing guide to get started.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
Core is proprietary software licensed under the Proprietary License.