Releases: AntonioPrimera/laravel-admin-panel
v2.7
v2.6
Adjusted layouts to allow full height main container (right side) - md:h-full
v2.5
Fixed dashboard view.
v2.4
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
Added Laravel Mix Support for Asset Versioning
v2.2
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
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
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
Fixed root redirect. Was redirecting to a relative path, rather than a path relative to the tld.
v1.12
Fix: list of admin pages are now correctly sorted by their $adminPanelPosition attribute