How To Add Custom Helper / Library in App
Open
- Dominant language
- PHP
- Stars
- 2.7k
- Forks
- 251
- PR merge metrics
- No merged PRs in 30d
Description
Just Like Codeigniter or any other php framework, they have Helper / Library for custom function & library
```
function allowTags($text) {
$tags = '
for example I create multiple Controller and want to call the function ```allowTags()``` in any controller
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.