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/laravelPublish the config
php artisan vendor:publish --tag=owlstack-configThis creates config/owlstack.php.
Set your API key
Add to your .env file:
OWLSTACK_API_KEY=your-api-key-hereVerify installation
php artisan owlstack:statusThis command checks your API key and lists connected platforms.
Next steps
- Configuration - customize the package
- Usage - start publishing