Download the PHP package halimtuhu/array-files without Composer
On this page you can find all versions of the php package halimtuhu/array-files. 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-files
Laravel Nova Field - Array Files
A laravel nova field that will let you save your uploaded files path to your database in array format.
Installation
Usage
Create array files just call Halimtuhu\ArrayFiles\ArrayFiles
class and use make
static method to create a field.
That will create a field with name Files
. 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-files with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package halimtuhu/array-files contains the following files
Loading the files please wait ....