adminetic / contact
Contact Module for Admientic Admin Panel
dev-main
2021-06-10 07:13 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
- maatwebsite/excel: ^3.1
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-10 14:51:17 UTC
README
Contact module for Adminetic Admin Panel
For detailed documentaion visit Adminetic Contact Module Documentation
Installation
You can install the package via composer:
composer require adminetic/contact
add contact module adapter in adminetic config file app/adminetic.php
// Adapters 'adapters' => [ Adminetic\Announcement\Adapter\ContactAdapter::class, ]
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email pratikdai404@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.