backstage/laravel-ai

This is my package ai

Maintainers

👁 ux

Package info

github.com/backstagephp/laravel-ai

pkg:composer/backstage/laravel-ai

Fund package maintenance!

vormkracht10

Statistics

Installs: 1 479

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 2

v5.0.18 2026-06-22 09:05 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6c02b4595b3fe60ed6777e24963d3491dcccbe6e

  • Mark van Eijk <mark.woop@backstagephp.com>
  • Manoj Hortulanus <manoj.woop@backstagephp.com>

laravelaibackstage

This package is auto-updated.

Last update: 2026-06-29 11:30:02 UTC


README

👁 Latest Version on Packagist
👁 GitHub Tests Action Status
👁 GitHub Code Style Action Status
👁 Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require backstagephp/laravel-ai

You can publish and run the migrations with:

php artisan vendor:publish --tag="ai-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="ai-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="ai-views"

Usage

$aI = new Backstage\Laravel\AI();
echo $aI->echoPhrase('Hello, Backstage\Laravel!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.