You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add config file for default
* register config files for default settings and added publishable vendor
* feat: add facades support
* feat: add migration table media
* feat: create media model
* feat: create media trait for models
* update HasMedia Trait
* feat: add default_disk configuration to media settings
* feat: implement upload method in LaravelMedia class with MediaHandler integration
* feat: enhance upload method in LaravelMedia class for improved error handling
* remove space from LaravelMedia.php
* refactor: change init method to constructor in LaravelMedia class for improved clarity
* refactor: update media configuration to include default_disk, path_prefix, and default_collection settings
* refactor: inject MediaHandler dependency into LaravelMedia instantiation
* docs: update README.md to include new configuration options for media management
* docs: fix formatting in README.md by removing extra newline
* refactor: update media migration to include default values for disk and collection, and adjust model morphs
* feat: enhance upload method in MediaHandler to support original file name preservation and improved path management
* feat: add support for dynamic model and collection in LaravelMedia class, and implement test method
* Update README.md
* feat: add LaravelMediaPicker component for media selection in views
* feat: load views and routes, publish assets, and register Blade component in LaravelMediaServiceProvider
* feat: add routes for media browser and upload functionality in web.php
* feat: add media grid partial for displaying media items in the view
* feat: create media picker component with modal for media selection and upload functionality
* feat: implement JavaScript functions for media modal handling, including media fetching and upload form submission
* feat: add CSS styles for media modal and grid layout to enhance media selection interface
0 commit comments