neuron-laravel
Build, test, and debug PHP agents inside Laravel
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core