DEV Community

Cover image for Released Laravel TALL AdminTW theme
David Carr
David Carr

Posted on • Originally published at dcblog.dev on

Released Laravel TALL AdminTW theme

Released Laravel TALL AdminTW theme

Laravel TALL AdminTW is a minimal Livewire theme styled with TailwindCSS.

Laravel AdminTW supports both light and dark mode based on the user's OS.

Provided are blade and Laravel Livewire components for common layout / UI elements and a complete test suite (Pest PHP).

Out of the box AdminTW provides:

  • UUID all ids uses UUID's instead of primary keys
  • Multiple Users with an invite system
  • 2FA user opt in and a system wide 2FA enforcement option
  • Audit Logs - track every action
  • Global Search - search any model
  • Livewire components
  • Blade components
  • Roles & Permissions - set that a user can and cannot do
  • Unit and Feature Tests
  • Dark mode support

Read more at the official website https://laraveladmintw.com/

2FA

Add additional security to your account using two-factor authentication.

Why do I need this?

Passwords can get stolen – especially if you use the same password for multiple sites. Adding Two-Step Verification means that even if your password gets stolen, your account will remain secure.

Laravel Admin Two Factor Authentication Setup

Dashboard

The dashboard contains a single card ready to be customised as needed.

Laravel Admin Two Factor Authentication Setup

Audit Trails

Record ever action, then review all actions in the audit trail.

Filter by user, action, type or a date range.

Laravel Admin Two Factor Authentication Setup

Sent Emails

All emails sent are recorded and can be viewed and filtered by To, CC, BCC, Subject and created date range.

Laravel Admin Two Factor Authentication Setup

Settings

From the settings change the following:

  • Application Name
  • Force 2FA for all users
  • Change application logo for light and dark mode
  • Change login logo for light and dark mode
  • Lock application down to set IP addresses

Laravel Admin Two Factor Authentication Setup

Roles

Laravel AdminTW comes with role based permissions.

Set what users can and cannot do.

Assign multiple roles to a user.

Laravel Admin Two Factor Authentication Setup

Users

Laravel AdminTW comes with multiple users support, you can add as many users as needed.

Users can be invited to via an email invitation.

Users have their own profile which shows their activity.

Users can be locked down to set IP addresses. Meaning they would only be able to login from those IP addresses listed in the settings.

Laravel Admin Two Factor Authentication Setup

Tests

Laravel AdminTW comes with a suite of tests using PestPHP.

There are 74 tests out the box that ensured the application works as expected.

Laravel Admin Two Factor Authentication Setup

Read more at the official website https://laraveladmintw.com/

Top comments (0)