Skip to content

Releases: codecoz/aim-admin

v0.2-beta

16 Sep 18:43
e3a4b59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1-beta...v0.2-beta

v0.1-beta

15 Sep 02:40
Compare
Choose a tag to compare

Laravel Admin Package v0.1-beta

We are excited to announce the initial release of the Aim Admin Package for rapid development of admin panels in Laravel applications!

Key Features

  • CRUD Generation: Generate Create, Read, Update, and Delete functionality for database models easily through configuration
  • Dashboard Layout: Responsive admin dashboard with widgets and customizable layouts.
  • Form Builder: Build HTML form element through Configuration in controller
  • Data Tables: Integrated data table with search, pagination, and sorting features.
  • Theming Support: Customizable themes for easy visual customization through component over ridding.
  • Easy Coding Architecture: Easy coding with SOLID architecture complaint.

Installation

To install the package, run:

composer require codecoz/aim-admin

Full Changelog: https://github.com/codecoz/aim-admin/commits/v0.1-beta

Notes

  • This is a beta release, and features are subject to change in future versions.
  • Please report any bugs or feature requests via the issues page.

We welcome your feedback and contributions to improve the package!