You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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");
}
}
I'm not able to set the configuration file. Every time it says configuration data is empty.
I'm using in laravel
The text was updated successfully, but these errors were encountered: