Blogged logo Blogged

Blog Dashboard

Blogged comes with a beautiful looking user interface and dashboard which is highly configurable to fit your need.


Overview

The dashboard section comes with all main features that needed for CRUD operations, including creating articles, uploading images and so on.

By default, normal auth users have entire access and permission to all actions in the dashboard. However, you can limit your users' access by adding custom policies. See Authorization section for more details.

Screenshots

This are few screenshots from the dashboard UI. You can see actual demo here.

  1. Dashboard

dashboard screenshot

  1. Categories

categories screenshot

  1. New Article

article screenshot

Settings

If you have your own admin panel or dashboard and you want to disable this dashboard you can do so by changing the config settings section:

return [
    'settings'       => [
        'dashboard'  => true, // change to false :)
    ]
];