Download the PHP package dizatech/attachment without Composer
On this page you can find all versions of the php package dizatech/attachment. 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 attachment
Laravel Attachment Package
A laravel package for manage you're uploads (images and files), that use ajax and bootstrap for client side and use plank/laravel-mediable for server side and store files.
How to install and config dizatech/attachment package?
⬇️</g-emoji> Installation
Publish Config file
Create a private disk in config/filesystems.php
Add private disk to config/mediable.php
Create a symbolic link from public disk
Migrate tables, to add media and mediable tables to database
Check you're blade file that exits csrf-token meta tag
Check you're php extensions that installed gd library driver
If you use from xampp or wamp, it's installed by default but on linux maybe not installed. If you want to use imagick extension, read the document here
📖</g-emoji> List of Properties and Use components in blade pages (e.g)
- type="image | video | attachment"
- multiple="false | true"
- page="create | edit"
- name="string"
- label="string"
- validation="['mimes:png,jpg', 'dimensions:ratio=1/1,min_width=600,min_height=600']"
- disabled="disabled"
- required="required"
- tooltip-title="tooltip title" and tooltip-placement="bottom | top | left | right"
- disk="public | private | ftp | ..."
Check you're composer.json that installed laravel/ui package
Set npm files, the npm package is here
Check the config file to set you're custom configs
Use plank/laravel-mediable package to attach files to Model
How to get files and show in blades
All versions of attachment with dependencies
PHP Build Version
Package Version
Requires
php Version
7.1.*|7.2.*|7.3.*|7.4.*|8.*
laravel/framework Version 7.*|8.*|9.*|10.*
plank/laravel-mediable Version 5.*
morilog/jalali Version 3.*
laravel/framework Version 7.*|8.*|9.*|10.*
plank/laravel-mediable Version 5.*
morilog/jalali Version 3.*
The package dizatech/attachment contains the following files
Loading the files please wait ....