File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ composer require llm-agents/json-schema-mapper
4848### Setting it up in Spiral
4949
5050If you're using the Spiral framework (and why wouldn't you be? It's awesome!), you'll need to register the bootloader.
51- Here's how:
51+
52+ ** Here's how:**
5253
53541 . Open up your ` app/src/Application/Kernel.php ` file.
54552 . Add the ` LLM\Agents\JsonSchema\Mapper\Integration\Spiral\SchemaMapperBootloader ` to the ` defineBootloaders() ` method:
@@ -68,16 +69,17 @@ class Kernel extends \Spiral\Framework\Kernel
6869}
6970```
7071
71- And that's it! The bootloader will take care of registering the SchemaMapper for you.
72+ And that's it! The bootloader will take care of registering all the necessary components for you.
7273
7374### Setting it up in Laravel
7475
75- If you're using the Spiral framework (and why wouldn't you be? It's awesome!), you'll need to register the bootloader.
76- Here's how:
76+ If you're using the Laravel framework, you'll need to register the Service provider.
77+
78+ ** Here's how:**
7779
7880Just register the ` LLM\Agents\JsonSchema\Mapper\Integration\Laravel\SchemaMapperServiceProvider `
7981
80- And that's it! The service provider will take care of registering the SchemaMapper for you.
82+ And that's it! The service provider will take care of registering all the necessary components for you.
8183
8284## How to Use It
8385
You can’t perform that action at this time.
0 commit comments