Nurseyit

Results 1 comments of Nurseyit

public static function getEditorConfig(){ try { if (file_exists(storage_path('app/livewire/editorjs-config.json'))) { return file_get_contents(storage_path('app/livewire/editorjs-config.json')); } } catch (Exception $e) { throw new Exception("EditorJS config not found"); } }