Skip to content

Repository files navigation

Ichava documentation

Long-form documentation for the Ichava Laravel icon ecosystem. Plain markdown, browseable directly on GitHub.

Packages

Repo Role
ichava/core Engine. Services, registry, seeder, Blade base component, scaffolder, migrations. No HTTP surface, no JS toolchain.
ichava/browser HTTP layer. REST API, Vue/Vite SPA, Blade browser views, middleware. Optional.
ichava/tabler-icons 5,900+ Tabler icons (outline + filled).
ichava/bundled-icons 121,000+ icons across 70+ open-source sets.
ichava/metronic-icons 500+ Metronic icons (brand logos, flags, file types, illustrations).
ichava/ichava (planned) Marketing landing + Composer metapackage.

Install

# Engine + visual UI + an icon pack
composer require ichava/core ichava/browser ichava/tabler-icons

# Headless engine only (no UI, no API)
composer require ichava/core ichava/tabler-icons

See core/installation.md and browser/installation.md for the full setup.

Documentation map

Documentation is grouped by repo. Cross-cutting topics (architecture, security, troubleshooting) live at the top level.

Cross-cutting

ichava/core (engine)

ichava/browser (HTTP layer)

Icon packs

Pack-specific content (variants, attribution, customisation) lives inside each pack's repo at docs/. Every pack follows the same shape:

<pack-repo>/
├── README.md          install + quick example + link here
└── docs/
    ├── README.md      pack-specific TOC
    ├── variants.md    or categories.md
    ├── customization.md
    └── attribution.md upstream license + credits

Pack docs link back to this directory for shared concerns. When you build your own pack with make:icon-package, the scaffolder generates docs/ for you.

Examples:

Contributing

Pull requests welcome. Plain CommonMark, no static-site builder yet. See CONTRIBUTING.md for the style guide.

License

This project is licensed under the MIT License.

© Simtabi LLC

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors