- Fixes
- Remove support for BsForm package 2d17c04
- Fixes
- Run the artisan command once after saving the media instead of running in loop 22 by AbdullahFaqeir
- Fix base64 validation issue 05fed33
- Added
- Add Support for laravel 9.x 18 by AbdullahFaqeir
- Fixes
- Clean the temporary files every six hours b132699
- Added
- Add Uploader helper 4e743bf
- Fixes
- Replace Hindu-Arabic numerals to Arabic numerals 4e45b49
- Added
- Optimize and Upload images as base64.
- Fixes
- Add ability to filter by collection with token to avoid duplicate the old media.
- Added
- Add support for php 8.0
- Changes
- Use
MediaHasBeenAdded
Event instead ofPerformConversionsJob
- Bump
laravel media library
from ^8.0 to ^9.0
- Use
- Added
- Add
AudioComponent
forlaravel-bootstrap-forms
, - Add
VideoComponent
forlaravel-bootstrap-forms
, - Add
Audioomponent
forlaravel-bootstrap-forms
, - Add
Mediaomponent
forlaravel-bootstrap-forms
, - Add
_ide_helper.php
file to provide autocomplete information to your IDE.
- Add
- Fixes
- Keep only configured latest media 4e3f6e6.
- Added
- Add
form
andunlimited
option to form component.
- Add
- Fixes
- Fix support for laravel 8.x 678f06d
- Added
- Add support for laravel 8.x
- Changes
- Upgraded media-library to ^8.0. c7f1e8e
- Changes
- change vendor name of laravel-bootstrap-forms. d09599d
- Added
- Add "regenerate-after-assigning" option in config file 4fb569b
- Changes
- The first argument of
addAllMediaFromTokens($tokens)
now supportstring
,array
,null
value. a451ebb
- The first argument of
- Fixes
- Register and publish translations b5b7dd3
- Changes
- Changes
- Add tow optional arguments in
addAllMediaFromTokens()
- $tokens = []
- $collection = 'default'
- Add tow optional arguments in