Download the PHP package halimtuhu/array-images without Composer
On this page you can find all versions of the php package halimtuhu/array-images. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package array-images
Laravel Nova Field - Array Images
A laravel nova field that will let you save your uploaded images path to your database in array format.
Installation
Usage
Create array images just call Halimtuhu\ArrayImages\ArrayImages
class and use make
static method to create a field.
That will create a field with name Images
. Stored data will look like this.
Available Methods
Disk
Specify disk target for uploaded images.
If not specified then the default disk will be used.
Path
Specify target path for uploaded images.
If not specified then default path on selected disk will be used.
Notes
- make sure you have specified correct
APP_URL
on your application - make sure you have specified default
FILESYSTEM_DRIVER
on your application
All versions of array-images with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package halimtuhu/array-images contains the following files
Loading the files please wait ....