diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php
index a6a7a2f..82b836f 100644
--- a/src/ServiceProvider.php
+++ b/src/ServiceProvider.php
@@ -30,7 +30,7 @@ public function boot()
$this->getFormsConfigPath() => config_path('easy_form/forms.php'),
$this->getViewsPath() => resource_path('views/vendor/easy_form'),
]);
- $this->publiches([__DIR__ . '/resources/assets' => public_path('vendor/easy_form/assets')], 'assets');
+ $this->publishes([__DIR__ . '/resources/assets' => public_path('vendor/easy_form/assets')], 'assets');
}
private function getMainConfigPath()
diff --git a/src/resources/config/config.php b/src/resources/config/config.php
index 2bfd356..dd86d7e 100644
--- a/src/resources/config/config.php
+++ b/src/resources/config/config.php
@@ -1,6 +1,10 @@
[
'en'
],
diff --git a/src/resources/views/plugins/ckeditor.blade.php b/src/resources/views/plugins/ckeditor.blade.php
index 7009a8c..a01b43f 100644
--- a/src/resources/views/plugins/ckeditor.blade.php
+++ b/src/resources/views/plugins/ckeditor.blade.php
@@ -1,4 +1,3 @@
-
+
@show
\ No newline at end of file
diff --git a/src/resources/views/styles.blade.php b/src/resources/views/styles.blade.php
index 9e50b0b..506728c 100644
--- a/src/resources/views/styles.blade.php
+++ b/src/resources/views/styles.blade.php
@@ -1,4 +1,4 @@
@section('styles')
-
-
+
+
@show
\ No newline at end of file