https://github.com/jordanpartridge/conduit-knowledge
Conduit component for knowledge functionality
https://github.com/jordanpartridge/conduit-knowledge
cli conduit conduit-component laravel laravel-zero php
Last synced: 5 months ago
JSON representation
Conduit component for knowledge functionality
- Host: GitHub
- URL: https://github.com/jordanpartridge/conduit-knowledge
- Owner: jordanpartridge
- License: mit
- Created: 2025-07-31T02:26:17.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-07-31T20:14:54.000Z (10 months ago)
- Last Synced: 2025-11-11T11:32:24.737Z (7 months ago)
- Topics: cli, conduit, conduit-component, laravel, laravel-zero, php
- Language: PHP
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conduit knowledge
A Conduit component for knowledge functionality
## Installation
```bash
# Via Conduit component system
conduit components install knowledge
# Via Composer (if published)
composer require jordanpartridge/conduit-knowledge
```
## Commands
- `conduit init`
- `conduit status`
- `conduit configure`
- `conduit list`
## Usage
```bash
# Example usage
conduit init --help
```
## Development
```bash
# Install dependencies
composer install
# Run tests
./vendor/bin/pest
# Code formatting
./vendor/bin/pint
# Static analysis
./vendor/bin/phpstan analyze
```
## License
MIT License. See [LICENSE](LICENSE) for details.