{"id":18212009,"url":"https://github.com/bedus-creation/aammuiuploader","last_synced_at":"2025-04-02T18:31:58.447Z","repository":{"id":57171788,"uuid":"198876950","full_name":"bedus-creation/AammuiUploader","owner":"bedus-creation","description":"Vue Js fileuploader plugin to upload multiple files specially made for laravel.","archived":false,"fork":false,"pushed_at":"2019-11-01T17:18:52.000Z","size":110,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-17T11:50:28.296Z","etag":null,"topics":["fileuploader","laravel","multiple","plugi","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bedus-creation.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-25T17:45:37.000Z","updated_at":"2022-01-26T04:54:32.000Z","dependencies_parsed_at":"2022-08-24T13:30:51.808Z","dependency_job_id":null,"html_url":"https://github.com/bedus-creation/AammuiUploader","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedus-creation%2FAammuiUploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedus-creation%2FAammuiUploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedus-creation%2FAammuiUploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedus-creation%2FAammuiUploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bedus-creation","download_url":"https://codeload.github.com/bedus-creation/AammuiUploader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246869999,"owners_count":20847226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fileuploader","laravel","multiple","plugi","vue"],"created_at":"2024-11-03T15:04:23.726Z","updated_at":"2025-04-02T18:31:58.175Z","avatar_url":"https://github.com/bedus-creation.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aammui fileuploader\nIt's a vue js fileuploader plugin to handle multiple file upload specially made for laravel.\n\n\n![ScreenShot](https://raw.githubusercontent.com/bedus-creation/AammuiUploader/master/docs/screenshot.png)\n\n# Installation\n```\nnpm install aammui-uploader@0.2.0 --save\n```\n# Uses\n```\n\u003ctemplate\u003e\n    \u003cfile-uploader url=\"http://localhost/medias\" name=\"input_name\" imgholder=\"id-to-hold-image-back\"\u003e\u003c/file-uploader\u003e\n\u003c/template\u003e\n\u003cscript\u003e\nimport { FileUploader } from \"aammui-uploader\";\n\nexport default {\n    components: { FileUploader }\n};\n\u003c/script\u003e\n```\n# Server file listing\nWe assume that same url but (Get and Post) url is used to fetch and post images to server.\nFor example: In above example the url http://localhost/medias return the data in following format\n```\n{\n    data: [\n        {\n            id: 188, // Media or Image Id that can be used to attach the media to other model.\n            url: \"http://localhost:8000/storage/upload/600-xQGysl5i1zsjwXt0I10UdODtdyziLIkT5FuDYElk.jpeg\"\n        }\n    ]\n}\n```\n# local File listing\nFileuploader will hit to same url by post methods and your backend should return the data in the \nfollowing format.\n```\n{\n    \"id\":189, // Media or Image Id that can be used to attach the media to other model.\n    \"url\":\"http:\\/\\/localhost:8000\\/storage\\/upload\\/600-7Gz0FLKEbBA4ndStn97Na24xSg6kODkryp2Euvuw.jpeg\"\n}\n```\n# Displaying back image to placeholder\nSuppose you want use this uploader to upload profile picture and when user upload and set picture you may want to display back that picture to cetain placeholder. To do so you can pass `imgholder` props.\n```\n\u003cfile-uploader url=\"http://localhost/medias\" name=\"input_name\" imgholder=\"id-to-hold-image-back\"\u003e\u003c/file-uploader\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedus-creation%2Faammuiuploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbedus-creation%2Faammuiuploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedus-creation%2Faammuiuploader/lists"}