neuron-coreneuron-coreOfficialยท1 Agent Skills Included

neuron-laravel

Build, test, and debug PHP agents inside Laravel

Integrates the Neuron PHP framework into Laravel applications with ready-made configuration, facades, and artisan commands. Generates agents, tools, RAG systems, workflows, and middleware without writing boilerplate code by hand. Includes built-in guidance for testing, evaluation, structured output, and debugging so developers ship reliable agentic features faster.
npx skills add neuron-core/neuron-laravel --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Neuron Laravel?โ–ผ

Run `npx skills add neuron-core/neuron-laravel --all -g -y` in your terminal to install all skills in this package globally.

What does Neuron Laravel do?โ–ผ

It connects the Neuron PHP framework to Laravel, giving you facades, config files, migrations, and artisan commands to create agents, RAG systems, tools, and workflows quickly.

How do I create an agent in Laravel with Neuron?โ–ผ

Run `php artisan neuron:agent MyAgent` to generate a ready-to-use agent class, then configure your provider key in the environment file.

Can I test agents without real API calls?โ–ผ

Yes. The package includes fake providers, vector stores, and embedding fakes that record interactions so you can write fast, deterministic PHPUnit tests.

Which AI providers does Neuron Laravel support?โ–ผ

It supports Anthropic, OpenAI, Gemini, Mistral, Ollama, Deepseek, and many more, all configurable through environment variables.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’