Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Releases: AntonioPrimera/laravel-admin-panel

v2.7

29 Apr 12:58

Choose a tag to compare

Fixed: missed one md:h-full on the main container.

v2.6

29 Apr 12:38

Choose a tag to compare

Adjusted layouts to allow full height main container (right side) - md:h-full

v2.5

27 Apr 17:19

Choose a tag to compare

Fixed dashboard view.

v2.4

27 Apr 13:07

Choose a tag to compare

Added x-admin-page / x-admin-panel-layout view component, as an alias for the configured admin panel layout.
Now you can use and create classic Controller - Action - View sets for admin pages. You just have to wrap your view in an admin panel layout and optionally to set the active admin-page uid.

Updated the documentation.

v2.3

15 Apr 19:12

Choose a tag to compare

Added Laravel Mix Support for Asset Versioning

v2.2

12 Apr 13:52

Choose a tag to compare

Added the adminPageView method to the AdminPanel Facade, to enable the user to write own Controllers returning admin pages.
Updated the documentation to cover this new functionality.
Refactored the AdminPage class and moved some of the functionality to the AdminPageManager (AdminPanel facade).

v2.1

05 Apr 18:13

Choose a tag to compare

Added a new layout: admin-panel::layouts.dark-full - dark left sidebar menu, full right area (no header, no padding).
Added Profile + Logout to mobile menu on default layout.

v2.0

16 Mar 09:38

Choose a tag to compare

A complete rewrite of the admin panel engine. Using now configuration instead of reading the admin panel files from the file system.

This allows a more flexible approach and it allows now other packages to self-register admin pages without requiring this package.

v1.13

17 Feb 17:09

Choose a tag to compare

Fixed root redirect. Was redirecting to a relative path, rather than a path relative to the tld.

v1.12

14 Feb 11:33

Choose a tag to compare

Fix: list of admin pages are now correctly sorted by their $adminPanelPosition attribute