Core package for Laravel projects providing module support, helpers, and license verification. This package is developed for use in Devanox Private Limited projects.
To install the package, use composer:
composer require devanox/core
Publish the configuration file using the following command:
php artisan vendor:publish --provider="Devanox\Core\Providers\CoreServiceProvider"
This will create a core.php
configuration file in the config
directory of your Laravel project.