mirror of
https://gh.wpcy.net/https://github.com/EcomGraduates/KnowledgeBaseApiModule.git
synced 2026-04-18 06:52:16 +08:00
feat(api): implement new API endpoints for popular content retrieval and content export for AI training feat(urls): add support for custom URL templates in API responses for articles and categories feat(tests): introduce built-in API testing interface for easy endpoint testing fix(docs): update readme with detailed usage examples, features, and changelog for version 2.0.0 chore(migrations): add migration files for tracking tables to support analytics features chore(gitignore): update .gitignore to exclude additional files and directories style(settings): enhance settings UI for better user experience and accessibility style(analytics): improve analytics UI with Chart.js visualizations and tabbed interface for better data presentation
26 lines
No EOL
387 B
Text
26 lines
No EOL
387 B
Text
KnowledgeBaseApiModule*.zip
|
|
/vendor/
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Laravel 4 specific
|
|
bootstrap/compiled.php
|
|
app/storage/
|
|
|
|
# Laravel 5 & Lumen specific
|
|
public/storage
|
|
public/hot
|
|
|
|
# Laravel 5 & Lumen specific with changed public path
|
|
public_html/storage
|
|
public_html/hot
|
|
|
|
storage/*.key
|
|
.env
|
|
Homestead.yaml
|
|
Homestead.json
|
|
/.vagrant
|
|
.phpunit.result.cache
|
|
release.sh
|
|
.DS_Store |