Download the PHP package lakely/laravel-admin-upload without Composer
On this page you can find all versions of the php package lakely/laravel-admin-upload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lakely/laravel-admin-upload
More information about lakely/laravel-admin-upload
Files in lakely/laravel-admin-upload
Download lakely/laravel-admin-upload
More information about lakely/laravel-admin-upload
Files in lakely/laravel-admin-upload
Vendor lakely
Package laravel-admin-upload
Short Description laravel admin upload file direct
License MIT
Homepage https://github.com/lakely/laravel-admin-upload
Package laravel-admin-upload
Short Description laravel admin upload file direct
License MIT
Homepage https://github.com/lakely/laravel-admin-upload
Keywords extensionlaravel-admin
Please rate this library. Is it a good library?
Informations about the package laravel-admin-upload
laravel-admin-fileUpdate extension
======
Intro
Web direct upload, and can combine with upload manager system(if you application has).
Install
Usage
Database tables and model
singleImage
saved asstring
andmultiImage
saved asJSON
type, so firstly,you need to define thecasts
property secondly,if you DB field type isvarchar
, you need to define amutator
1.casts property
2.Defining a mutator: setXXXXAttribute()
if you database field is
Varchar
, you need the following. ifJSON
, do nothing
All versions of laravel-admin-upload with dependencies
PHP Build Version
Package Version
The package lakely/laravel-admin-upload contains the following files
Loading the files please wait ....