LaravelPackages.net
Acme Inc.
Toggle sidebar
laravel-admin-ext/css-editor

CSS editor extension for laravel-admin

7.701
2
v1.0.0
About laravel-admin-ext/css-editor

laravel-admin-ext/css-editor is a Laravel package for css editor extension for laravel-admin. It currently has 2 GitHub stars and 7.701 downloads on Packagist (latest version v1.0.0). Install it with composer require laravel-admin-ext/css-editor. Discover more Laravel packages by laravel-admin-ext or browse all Laravel packages to compare alternatives.

Last updated

CSS editor extension for laravel-admin based on code-mirror

Installation

composer require laravel-admin-ext/css-editor

php artisan vendor:publish --tag=laravel-admin-code-mirror

Configuration

In extensions section of file config/admin.php,add following configurations


    'extensions' => [

        'css-editor' => [
        
            // set to false if you want to disable this exteions
            'enable' => true,
            
            // editor configuration 
            'config' => [
                
            ]
        ]
    ]

The configuration of the editor can be found in CodeMirror Documents

Usage

Use it in form

$form->css('code');

$form->scss('code');

$form->less('code');

Set height

$form->css('code')->height(500);

Help keeping the project development going, by donating a little. Thanks in advance.

PayPal Me

-1

License

Licensed under The MIT License (MIT).

Star History Chart