# Dcat Admin Demo Module A comprehensive demonstration module for Dcat Admin, showcasing various features and best practices. ## Installation You can install the package via composer: ```bash composer require dcatadmin2/module-dcatadmin_demo ``` ## Usage After installation, the module will be automatically registered. You can access the demo features through the admin panel. ### Publish Configuration If you need to customize the configuration, you can publish it: ```bash php artisan vendor:publish --tag=madmindemo-config ``` ## Features - Admin panel integration - Database migrations - Sample controllers and views - Configuration management - Testing support ## Testing ```bash composer test ``` ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ## Security If you discover any security related issues, please email admin@dcatadmin.com instead of using the issue tracker. ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.