laravel-admin-ext / css-editor
CSS editor extension for laravel-admin
Installs: 6 344
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
Open Issues: 0
Requires
- php: >=7.0.0
- jxlwqq/code-mirror: *
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-10-17 17:30:43 UTC
README
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);
Donate
Help keeping the project development going, by donating a little. Thanks in advance.
License
Licensed under The MIT License (MIT).