An open API service indexing awesome lists of open source software.

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.

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.