Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mybizna/resources
The Asset Management module in Mybizna ERP allows for efficient handling of all assets, including JavaScript files, CSS stylesheets, and images. This module ensures that assets are organized, optimized, and easily accessible throughout the application.
https://github.com/mybizna/resources
css erp images js laravel laravel-framework laravel-modular mybizna resources
Last synced: about 2 months ago
JSON representation
The Asset Management module in Mybizna ERP allows for efficient handling of all assets, including JavaScript files, CSS stylesheets, and images. This module ensures that assets are organized, optimized, and easily accessible throughout the application.
- Host: GitHub
- URL: https://github.com/mybizna/resources
- Owner: mybizna
- Created: 2023-06-10T08:56:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T07:35:20.000Z (9 months ago)
- Last Synced: 2024-03-28T08:39:10.291Z (9 months ago)
- Topics: css, erp, images, js, laravel, laravel-framework, laravel-modular, mybizna, resources
- Language: Vue
- Homepage: https://mybizna.com
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asset Management Module
The Asset Management module in Mybizna ERP allows for efficient handling of all assets, including JavaScript files, CSS stylesheets, and images. This module ensures that assets are organized, optimized, and easily accessible throughout the application.# Features
Centralized management of all assets.
Streamlined processes for uploading, updating, and deleting assets.
Automatic optimization of assets for improved performance.
Version control and tracking for asset changes.
Integration with Laravel's artisan commands for seamless deployment.# Installation
To install the Asset Management module, run the following command:```
php artisan vendor:publish --provider="Mybizna\Assets\Providers\MybiznaAssetsProvider"
```
This command will publish the necessary files and configurations for the Asset Management module.# Configuration
No additional configuration is required for the Asset Management module. However, you may customize the module's behavior by modifying the configuration files located in config/mybizna-assets.php.# License
The Asset Management module is licensed under GPL 3.0. Please refer to the LICENSE file for more information.