Nova Filemanager screenshot

Nova Filemanager

Author Avatar Theme by Infinetyes
Updated: 21 Aug 2020
219 Stars

A Filemanager tool for Laravel Nova

Categories

Overview

The Filemanager Tool for Laravel Nova is a useful package designed to provide a file management tool and field for Laravel Nova, offering features such as file uploads, previews, and more. With support for both Nova v2 and v3, this package enhances the functionality of Laravel Nova and simplifies file management within the framework.

Features

  • File Uploads: Easily upload files through the Filemanager Tool.
  • Previews: Preview files using the FileManager Tool.
  • Support for Nova v2/v3: Compatible with both Nova v2 and Nova v3.
  • Documented: Detailed documentation available for easy integration.

Installation

To install the Filemanager Tool for Laravel Nova, you can follow these steps:

  1. Require the package via Composer:
composer require infinety-es/nova-filemanager
  1. Publish the assets:
php artisan vendor:publish --provider="Infinety\Filemanager\FilemanagerToolServiceProvider"
  1. Add the tool to your Nova resource in the tools method:
use Infinety\Filemanager\FilemanagerTool;

public function tools()
{
    return [
        new FilemanagerTool(),
    ];
}

Summary

The Filemanager Tool for Laravel Nova is a valuable package for managing and manipulating files within the Laravel Nova framework. With features like file uploads, previews, and support for both Nova v2 and v3, it simplifies the process of handling files in your application. Additionally, the package is well-documented, making it easy to integrate and use effectively.