Download the PHP package miladimos/laravel-filemanager without Composer
On this page you can find all versions of the php package miladimos/laravel-filemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download miladimos/laravel-filemanager
More information about miladimos/laravel-filemanager
Files in miladimos/laravel-filemanager
Download miladimos/laravel-filemanager
More information about miladimos/laravel-filemanager
Files in miladimos/laravel-filemanager
Vendor miladimos
Package laravel-filemanager
Short Description a powerful, flexible laravel file manager
License MIT
Homepage https://github.com/miladimos/laravel-filemanager
Package laravel-filemanager
Short Description a powerful, flexible laravel file manager
License MIT
Homepage https://github.com/miladimos/laravel-filemanager
Please rate this library. Is it a good library?
Informations about the package laravel-filemanager
Under Development
help us for development :)
for installation in root of your project do these steps:
-
Open your config/app.php and add the following lines:
- Run the command below to install package:
Configuration ! important !
next go to the file
for initialize file manager first set these confings:
- set default storage to upload file (default is: local)
- set base directory name for file manager (default is: filemanager/)
and run bellow command for initialize:
then create tables:
just it :)
if you are set public disk run bellow command:
and if you want use ftp add these config in your config/filesystems.php:
and for sftp use this:
comment: <> ()
comment: <> ()
Features ❤️
You are free to use whatever you like 😎 ( you can just use services in your coding or use apis for your graphical file manager or whatever ...)
Backend Services:
Directory service:
File service:
FileGroup service:
Image service:
Upload service:
API over backend services:
for all requests set these headers:
Content-Type : application/x-www-form-urlencoded
BACKEND TODO:
- [x] Directory service - list, list recursive, create, delete, move
- [ ] File service - list, delete, move
- [ ] Upload service -
- [ ] Image service -
- [ ] FileGroup service -
- [ ] Archive service - zip, tar
FRONTEND TODO:
- [ ] Web view -
All versions of laravel-filemanager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4|^8
nesbot/carbon Version ^2.50.0
morilog/jalali Version >=v3.1.0
intervention/image Version ^2.6
ramsey/uuid Version ^4.1
webpatser/laravel-uuid Version ^4
league/mime-type-detection Version ^1.7
nesbot/carbon Version ^2.50.0
morilog/jalali Version >=v3.1.0
intervention/image Version ^2.6
ramsey/uuid Version ^4.1
webpatser/laravel-uuid Version ^4
league/mime-type-detection Version ^1.7
The package miladimos/laravel-filemanager contains the following files
Loading the files please wait ....