Core package for Laravel projects providing module support, helpers, and license verification. This package is developed for use in Devanox Private Limited projects.

Maintainers

Package info

github.com/devanoxltd/core

Type:laravel-package

pkg:composer/devanoxltd/core

Fund package maintenance!

devanoxltd

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main / 1.x-dev 2026-03-01 12:25 UTC

This package is auto-updated.

Last update: 2026-03-01 12:25:44 UTC


README

Core package for Laravel projects providing module support, helpers, and license verification. This package is developed for use in Devanox Private Limited projects.

Installation

To install the package, use composer:

composer require devanox/core

Configuration

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.