wikichua / simplecontrolpanel

Simple Control Panel (Admin Panel) for Laravel. (STILL Under Development)
MIT License
4 stars 2 forks source link

Added ability to add class to input.stub #6

Closed Khludev closed 5 years ago

Khludev commented 5 years ago

Added ability to add class to input.stub

'input' => [
                'type'=>'file',
                 'class'=>'croppie'
            ],