We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d295b80 commit d343769Copy full SHA for d343769
README.md
@@ -50,6 +50,30 @@ services:
50
- mysql
51
```
52
53
+And then
54
+
55
+```shell
56
+sail up -d
57
+```
58
59
+To publish the asterisk configuration for i.e. `/etc/asterisk`
60
61
62
+sail artisan asterisk:install
63
64
65
+You will see the directory for asterisk configurations and modify according to your requirement.
66
67
68
+asterisk
69
+│
70
+└───config
71
+ │ asterisk.conf
72
+ │ modules.conf
73
+ │ res_odbc.conf
74
+ │ ...
75
76
77
## License
78
79
Laravel Asterisk is open-sourced software licensed under the [MIT license](LICENSE.md).
0 commit comments