palach / laravel-omnidesk
Omnidesk library
1.3.0
2026-03-07 17:36 UTC
Requires
- php: ^8.3.6
- spatie/laravel-data: ^4.19
- spatie/laravel-package-tools: ^1.92
Requires (Dev)
- laravel/pint: 1.17.3
- orchestra/testbench: ^10.0
- phpstan/phpstan: ^1.11
- rector/rector: ^1.1
README
Omnidesk Laravel is a Laravel package for start fast integration your service with Omnidesk.
Installation
You can install the package via composer:
composer require palach/laravel-omnidesk
Publish and launch required migrations:
php artisan vendor:publish --tag="omnidesk-migrations"
php artisan migrate
Optionally, you can publish the config and translation file with:
php artisan vendor:publish --tag="omnidesk-config"
php artisan vendor:publish --tag="omnidesk-translations"
Documentation
Languages
Changelog
Please see CHANGELOG for more information on what has changed recently. Follow Us on Twitter for more updates about this package.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.