https://github.com/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.
https://github.com/devanoxltd/core
core devanox laravel package
Last synced: 3 months ago
JSON representation
Core package for Laravel projects providing module support, helpers, and license verification. This package is developed for use in Devanox Private Limited projects.
- Host: GitHub
- URL: https://github.com/devanoxltd/core
- Owner: devanoxltd
- License: gpl-3.0
- Created: 2025-02-25T13:59:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T08:55:33.000Z (about 1 year ago)
- Last Synced: 2025-04-05T17:56:16.851Z (about 1 year ago)
- Topics: core, devanox, laravel, package
- Language: PHP
- Homepage: https://packagist.org/packages/devanoxltd/core
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Core Package
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:
```bash
composer require devanox/core
```
## Configuration
Publish the configuration file using the following command:
```bash
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.