Download the PHP package dcodegroup/laravel-attachments-backend without Composer
On this page you can find all versions of the php package dcodegroup/laravel-attachments-backend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dcodegroup/laravel-attachments-backend
More information about dcodegroup/laravel-attachments-backend
Files in dcodegroup/laravel-attachments-backend
Download dcodegroup/laravel-attachments-backend
More information about dcodegroup/laravel-attachments-backend
Files in dcodegroup/laravel-attachments-backend
Vendor dcodegroup
Package laravel-attachments-backend
Short Description Allow adding attachments to any document
License MIT
Package laravel-attachments-backend
Short Description Allow adding attachments to any document
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-attachments-backend
Laravel Attachments
Simple Dropin package to add attachments to your models.
Install
| Version / Branch | Laravel Support | Install Command |
|---|---|---|
| 0.x | <= v10 | composer require dcodegroup/laravel-attachments:^0.0 |
| 1.x | >= v11 | composer require dcodegroup/laravel-attachments:^1.0 |
Then run
Database
If you are using either ULIDS or UUIDs in your tables ensure to update the published migrations for the media table.
eg. replace with the appropriate type
or
Then run the migrations
bash php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="medialibrary-config" bash openssl genrsa -out private_key.pem 2048 bash openssl rsa -pubout -in private_key.pem -out public_key.pem
## User model
Add the following contract to the `User` model.
## Usage
Add the template to the edit page you want.All versions of laravel-attachments-backend with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2 || ^8.3 || ^8.4
ext-imagick Version *
dcodegroup/laravel-cloudfront-url-signer Version ^4.0
laravel/framework Version ^10.0 || ^11.0 || ^12.0 || ^13.0
mvanduijker/laravel-model-exists-rule Version ^3.0
spatie/laravel-medialibrary Version ^11.0
spatie/pdf-to-image Version ^2.2||^3.1.0
ext-imagick Version *
dcodegroup/laravel-cloudfront-url-signer Version ^4.0
laravel/framework Version ^10.0 || ^11.0 || ^12.0 || ^13.0
mvanduijker/laravel-model-exists-rule Version ^3.0
spatie/laravel-medialibrary Version ^11.0
spatie/pdf-to-image Version ^2.2||^3.1.0
The package dcodegroup/laravel-attachments-backend contains the following files
Loading the files please wait ...