Download the PHP package creode/laravel-assets without Composer
On this page you can find all versions of the php package creode/laravel-assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download creode/laravel-assets
More information about creode/laravel-assets
Files in creode/laravel-assets
Package laravel-assets
Short Description Base module which is used for the DAM to create assets.
License MIT
Homepage https://github.com/creode-modules/laravel-assets
Informations about the package laravel-assets
Base module which is used for the DAM to create assets.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Usage
Custom Thumbnail Generation
The ThumbnailGenerator allows for the registration of custom thumbnail generators to handle different asset types. This extensibility ensures that your application can easily adapt to new file types or specific thumbnail generation requirements.
Example
Here's a complete example of registering and using a custom thumbnail generator:
By integrating the custom generator as shown above, your application will now respond to the needs of different asset types and thumbnail generation strategies, while maintaining a clean and modular architecture.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Creode
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-assets with dependencies
creode/laravel-repository Version ^1.0
illuminate/contracts Version ^10.39 | ^11.0
illuminate/support Version ^10.39 | ^11.0
spatie/laravel-package-tools Version ^1.14.0