Laravel Backpack CRUD Extended

Laravel Backpack CRUD Extended

Enhanced features for Laravel Backpack CRUD to improve your admin panels with additional functionality and better user experience.

Key Features

  • Advanced field types and widgets
  • Enhanced relationship handling
  • Improved file upload capabilities
  • Custom validation rules
  • Advanced filtering options
  • Bulk operations support
  • Export functionality
  • Custom action buttons

Installation

Install the package via Composer:

composer require laravelguy/laravel-backpack-crud-extended

Usage Examples

Advanced Field Type

$this->crud->addField([
    'name' => 'content',
    'type' => 'wysiwyg',
    'label' => 'Content',
    'options' => [
        'height' => 400,
        'toolbar' => 'full'
    ]
]);

Documentation

For detailed documentation and examples, please visit our GitHub repository:

View Documentation

Requirements

  • PHP 7.4 or higher
  • Laravel 8.x or higher
  • Laravel Backpack 4.x or higher

This package is actively maintained and regularly updated with new features and improvements.