An open API service indexing awesome lists of open source software.

https://github.com/masterfermin02/callme-example-for-vicidial

This an example project for vicidial integration with laravel. It is a simple call center project that can be used as a starting point for your own project.
https://github.com/masterfermin02/callme-example-for-vicidial

Last synced: 5 months ago
JSON representation

This an example project for vicidial integration with laravel. It is a simple call center project that can be used as a starting point for your own project.

Awesome Lists containing this project

README

          

## Call example project for vicidial

This an example project for vicidial integration with laravel. It is a simple call center project that can be used as a starting point for your own project.

## Installation

1. Clone the repository
2. Run `composer install`
3. Run `php artisan key:generate`
4. Run `php artisan serve`
5. Open `http://localhost:8000` in your browser

## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).