Core package for Laravel projects providing module support, helpers, and license verification. This package is developed for use in Devanox Private Limited projects.
- PHP 8.5 or higher
- Laravel 13.x
You can install the package via Composer:
composer require devanoxltd/coreYou may publish all of the package's resources at once:
php artisan vendor:publish --tag="core"Or, you may publish each resource individually:
php artisan vendor:publish --tag="core-config"php artisan vendor:publish --tag="core-migrations"
php artisan migratephp artisan vendor:publish --tag="core-views"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.
php artisan vendor:publish --tag="core-assets"Run the package test suites with Composer:
composer testPlease see CHANGELOG for more information on what has changed recently.
Thank you for considering contributing to Core! Please review our contributing guide to get started.
Please review our security policy on how to report security vulnerabilities.
Core is proprietary software licensed under the Proprietary License.