Download the PHP package whilesmart/eloquent-files without Composer
On this page you can find all versions of the php package whilesmart/eloquent-files. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download whilesmart/eloquent-files
More information about whilesmart/eloquent-files
Files in whilesmart/eloquent-files
Download whilesmart/eloquent-files
More information about whilesmart/eloquent-files
Files in whilesmart/eloquent-files
Vendor whilesmart
Package eloquent-files
Short Description File upload and management package for Laravel applications
License MIT
Package eloquent-files
Short Description File upload and management package for Laravel applications
License MIT
Please rate this library. Is it a good library?
Informations about the package eloquent-files
Eloquent Files
File upload and management package for Laravel applications.
Installation
Configuration
Publish the configuration file:
Configuration Options
Usage
Adding Files to a Model
Add the HasFiles trait to any model that should own files:
API Endpoints
When routes are registered, the following endpoints are available:
GET /api/files- List files for authenticated userPOST /api/files- Upload a fileGET /api/files/{id}- Get file detailsDELETE /api/files/{id}- Delete a file
Uploading Files
Response Format
Using the File Model Directly
Testing
License
MIT
All versions of eloquent-files with dependencies
PHP Build Version
Package Version
The package whilesmart/eloquent-files contains the following files
Loading the files please wait ...