FoPost LogoFoPost Docs
Laravel

Laravel Installation

Install the FoPost Laravel package.

Laravel Installation

Requirements

  • PHP 8.2+
  • Laravel 10, 11, or 12
  • An OwlStack account and API key

Install via Composer

composer require owlstack/laravel

Publish the config

php artisan vendor:publish --tag=owlstack-config

This creates config/owlstack.php.

Set your API key

Add to your .env file:

OWLSTACK_API_KEY=your-api-key-here

Verify installation

php artisan owlstack:status

This command checks your API key and lists connected platforms.

Next steps

On this page