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.
Fund package maintenance!
devanoxltd
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-package
Requires
- php: ^8.2
- laravel/framework: ^12.0
- livewire/livewire: ^3.5
This package is auto-updated.
Last update: 2025-03-31 07:50:39 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.