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.
- Host: GitHub
- URL: https://github.com/masterfermin02/callme-example-for-vicidial
- Owner: masterfermin02
- Created: 2023-04-30T13:32:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T13:32:38.000Z (about 3 years ago)
- Last Synced: 2024-12-31T05:26:48.799Z (over 1 year ago)
- Language: PHP
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).