Download the PHP package achrafbardan/nova-medialibrary-field without Composer

On this page you can find all versions of the php package achrafbardan/nova-medialibrary-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package nova-medialibrary-field

Medialibrary Field for Laravel Nova

Latest Version on Packagist Total Downloads

Laravel Nova field for managing the Spatie media library.

This is the documentation for v2 and v3. For v1 follow this link

Features:

Table of Contents

Screenshots

index view create view details view update view media actions media crop dialog media details dialog existing media dialog

Installation

This package can be installed via command:

Usage

Methods

Attribute

Sometimes you may need to use the same field label (duplicated sections, etc). The attribute must be unique. In this case you can change the default behaviour using the attribute() method.

Fields

Define custom fields for media. MediaFields is used by default.

ResolveMediaUsing

AttachUsing

Called inside AttachCallback is used by default. It accepts $fieldUuid which is used when a resource is not created. If you want to attach media on the create view, you should keep these lines in your callback.

AttachExisting

Allow attaching existing media.

MediaOnIndex

Display media on index

DownloadUsing

PreviewUsing

Tooltip

Title

CopyAs

Croppable

https://github.com/fengyuanchen/cropperjs#options

https://docs.spatie.be/laravel-medialibrary/v8/converting-images/defining-conversions/#performing-conversions-on-specific-collections

{note} If your media in different collection, make sure pass your collectionName to performOnCollections

Single

https://docs.spatie.be/laravel-medialibrary/v7/working-with-media-collections/defining-media-collections/#single-file-collections

Accept

MaxSizeInBytes

AttachOnDetails

Allows attaching files on the details view.

AttachRules

Autouploading

Preview Customization

Validation

Sorting

Authorization Gates 'view', 'update' and 'delete'

To view, update and delete uploaded media, you need to setup some gates. You can use the store and replace callbacks to store additional information to the custom_properties. The additional information can be used inside the gates for authorization.

You can also use the policy.

Translations

Changelog

Please see the CHANGELOG for more information about the most recent changed.

Alternatives

License

The MIT License (MIT). Please see License File for more information.


All versions of nova-medialibrary-field with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0|^8.1
laravel/nova Version ^3.0
spatie/laravel-medialibrary Version ^8.0|^9.0|^10.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package achrafbardan/nova-medialibrary-field contains the following files

Loading the files please wait ....