{"id":18310782,"url":"https://github.com/uidb-dev/laravel-filemanager","last_synced_at":"2025-07-30T21:18:41.610Z","repository":{"id":59674596,"uuid":"538423571","full_name":"uidb-dev/laravel-filemanager","owner":"uidb-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-06T12:21:12.000Z","size":788,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-15T05:46:04.595Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Blade","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/uidb-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-19T09:21:04.000Z","updated_at":"2025-02-06T12:21:16.000Z","dependencies_parsed_at":"2024-08-18T12:23:48.698Z","dependency_job_id":"4f7efac9-5f27-4ec8-b45e-155de95db565","html_url":"https://github.com/uidb-dev/laravel-filemanager","commit_stats":{"total_commits":5,"total_committers":3,"mean_commits":"1.6666666666666667","dds":0.4,"last_synced_commit":"74a417ed3ebcb024598da718a42f514fc8415b6f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uidb-dev%2Flaravel-filemanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uidb-dev%2Flaravel-filemanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uidb-dev%2Flaravel-filemanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uidb-dev%2Flaravel-filemanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uidb-dev","download_url":"https://codeload.github.com/uidb-dev/laravel-filemanager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036066,"owners_count":21037092,"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":[],"created_at":"2024-11-05T16:15:29.879Z","updated_at":"2025-04-09T12:10:16.231Z","avatar_url":"https://github.com/uidb-dev.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel 5 FileManager - Upgrade to Laravel 9\n\n\n========\n\n\n## Installation\n\n### Laravel \u003e= 5.5:\nRequire this package with composer:\n\n```php\ncomposer require uidb-dev/laravel-filemanager\n```\nThat's it :)\n\n\n### Configuration:\nRegister package's routes in the routes service provider file:\n```php\nFileManager::routes();\n```\n\nPublish the config file using:\n```php\nphp artisan vendor:publish --tag=\"file-manager-config\"\n```\n\nInclude the tightenco/ziggy js routes putting the routes generator on your layout file (in the ```\u003chead\u003e``` tag):\n```php\n@routes\n```\n\nFor including the package assets add the next lines to your layout template:\n```php\n// Inside the \u003chead\u003e tag\n\u003cmeta name=\"csrf-token\" content=\"{{ csrf_token() }}\"\u003e\n// And\n@include('FileManager::partials.styles')\n\n// Before closing the \u003cbody\u003e tag\n\u003cscript\u003e\n    $(function () {\n        FileManagerModal.init();\n    });\n\u003c/script\u003e\n@include('FileManager::partials.scripts')\n@include('FileManager::partials.file-manager-modal')\n```\n\nAdd the crop validation translation to your validation.php translation file:\n```php\n'is_croppable' =\u003e 'The :attribute is not croppable according to all sizes.',\n```\n\nPrepare a minimalist layout for popup state, then add it to the file-manager.php config file.\n\n\n* Make sure you choose a disk on the package configuration file - Files will be stored on that disk.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuidb-dev%2Flaravel-filemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuidb-dev%2Flaravel-filemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuidb-dev%2Flaravel-filemanager/lists"}