rinvex / laravel-composer
Rinvex Composer is an intuitive package that leverages the Composer Plugin API, offering enhanced installation features, that allow packages to be installed outside the standard vendor directory and executing custom scripts during the install, update, and uninstall phases.
Installs: 11 282
Dependents: 19
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 4
Open Issues: 0
Type:composer-plugin
Requires
- php: ^8.1.0
- composer-plugin-api: ^2.3.0
- illuminate/console: ^10.0.0 || ^11.0.0
- illuminate/support: ^10.0.0 || ^11.0.0
- rinvex/laravel-support: ^7.0.0
- symfony/console: ^6.2.0
Requires (Dev)
- codedungeon/phpunit-result-printer: ^0.32.0
- composer/composer: ^2.5.0
- illuminate/container: ^10.0.0 || ^11.0.0
- phpunit/phpunit: ^10.1.0
- dev-master
- v7.6.2
- v7.6.1
- v7.6.0
- v7.5.11
- v7.5.10
- v7.5.9
- v7.5.8
- v7.5.7
- v7.5.6
- v7.5.5
- v7.5.4
- v7.5.3
- v7.5.2
- v7.5.1
- v7.5.0
- v7.4.0
- v7.3.1
- v7.3.0
- v7.2.2
- v7.2.1
- v7.2.0
- v7.1.0
- v7.0.0
- v6.1.0
- v6.0.1
- v6.0.0
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.0.1
- v3.0.0
- v2.1.1
- v2.1.0
- v2.0.0
- v1.0.2
- v1.0.1
- v1.0.0
- v0.0.2
- v0.0.1
- dev-develop
This package is auto-updated.
Last update: 2024-08-22 00:34:18 UTC
README
Rinvex Composer is an intuitive package that leverages the Composer Plugin API, offering enhanced installation features, that allow packages to be installed outside the standard vendor directory and executing custom scripts during the install, update, and uninstall phases.
Installation
-
Install the package via composer:
composer require rinvex/laravel-composer
-
Optional if you want to change the configurations:
php artisan rinvex:publish:composer
-
Done!
Usage
The main purpose of this package is to adjust Composer's default behavior, allowing custom packages to install outside the vendor
directory. It uses the Composer Plugin API and has built-in support for Rinvex Cortex modules, extensions, and themes.
Supported Package Types
- cortex-theme
- cortex-module
- cortex-extension
Notes:
- Checkout Composer's Custom Installers
- You can add more custom package types via the config file at
config/rinvex.composer.php
. This file provides examples of custom package types. To understand how it works, consider examining the composer plugin logic.
Basic Usage
Rinvex Cortex modules, extensions and themes are installed to customizable paths, allowing placement wherever you prefer. The default configurations use these paths:
cortex-theme
-config('rinvex.composer.cortex-theme.path')
(default:app/themes
)cortex-module
-config('rinvex.composer.cortex-module.path')
(default:app/modules
)cortex-extension
-config('rinvex.composer.cortex-extension.path')
(default:app/extensions
)
When creating a new Rinvex Cortex module, extension, or theme, specify the correct composer package type in your package's composer.json
. Use "type": "cortex-module"
for modules, "type": "cortex-extension"
for extensions, and "type": "cortex-theme"
for themes.
Afterward, execute composer install
or composer update
in your application's root directory. The Rinvex Composer Installer will identify the package type and place it in the correct directory.
Resources
Changelog
Refer to the Changelog for a full history of the project.
Support
The following support channels are available at your fingertips:
Contributing & Protocols
Thank you for considering contributing to this project! The contribution guide can be found in CONTRIBUTING.md.
Bug reports, feature requests, and pull requests are very welcome.
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to help@rinvex.com. All security vulnerabilities will be promptly addressed.
About Rinvex
Rinvex is a software solutions startup, specialized in integrated enterprise solutions for SMEs established in Alexandria, Egypt since June 2016. We believe that our drive The Value, The Reach, and The Impact is what differentiates us and unleash the endless possibilities of our philosophy through the power of software. We like to call it Innovation At The Speed Of Life. That’s how we do our share of advancing humanity.
License
This software is released under The MIT License (MIT).
(c) 2016-2022 Rinvex LLC, Some rights reserved.