Home Services Process Work Open Source es Book a call
Open Source

Contributing to the
Laravel ecosystem.

We believe in open source and collaborative development. Several of our packages power production applications across the Laravel community.

301.2K+

Downloads

612

Stars

9

Packages

terminal
$ composer require cloudstudio/ollama-laravel

Installing cloudstudio/ollama-laravel (v5.x)
  - Downloading (100%)

$ php artisan vendor:publish --tag=ollama

Published config/ollama.php

// Usage
use Cloudstudio\Ollama\Facades\Ollama;

$response = Ollama::model('llama3')
    ->prompt('Explain quantum computing')
    ->ask();

// ✓ 85.9K+ installs and counting
Featured Package

Ollama Laravel

Seamless integration with the Ollama API for Laravel. Run local LLMs like Llama, Mistral, and Gemma directly from your Laravel application.

Laravel Ollama LLM AI PHP
85.9K+ downloads
463 stars
View on GitHub →
Packages

All open source projects.

Want to contribute
or collaborate?

All packages are on GitHub with full documentation. Contributions, issues, and stars are always welcome.