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.
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.
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.
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.
The Asset Management module is licensed under GPL 3.0. Please refer to the LICENSE file for more information.