Skip to content

Repository files navigation

Core

Packagist PHP from Packagist Laravel versions GitHub Workflow Status (main) Total Downloads

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

Requirements

  • PHP 8.5 or higher
  • Laravel 13.x

Installation

You can install the package via Composer:

composer require devanoxltd/core

You may publish all of the package's resources at once:

php artisan vendor:publish --tag="core"

Or, you may publish each resource individually:

Publishing the Configuration File

php artisan vendor:publish --tag="core-config"

Publishing and Running the Migrations

php artisan vendor:publish --tag="core-migrations"
php artisan migrate

Publishing the Views

php artisan vendor:publish --tag="core-views"

Publishing the Translations

php artisan vendor:publish --tag="core-lang"

Note on translations: This package ships its translations under the eng locale. To use them in a Laravel project whose default locale is en, set APP_FALLBACK_LOCALE=eng in your application's .env file. You can still publish the language files and create an en version under lang/vendor/core/ to override individual strings.

Publishing the Public Assets

php artisan vendor:publish --tag="core-assets"

Usage

Testing

Run the package test suites with Composer:

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Thank you for considering contributing to Core! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Core is proprietary software licensed under the Proprietary License.

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Sponsor this project

Used by

Contributors

Languages