Laravel Client - Build Activity Feeds & Streams with GetStream.io
Stream Laravel is a Laravel client for Stream, offering seamless integration with Laravel applications or any application using Eloquent ORM. With Stream Laravel, users can easily build activity streams, news feeds, and various other functionalities.
composer require get-stream/stream-laravel
'providers' => [
GetStream\StreamLaravel\StreamLaravelServiceProvider::class,
]
'aliases' => [
'FeedManager' => GetStream\StreamLaravel\Facades\FeedManager::class,
]
php artisan vendor:publish --provider="GetStream\StreamLaravel\StreamLaravelServiceProvider"
config/stream-laravel.php file.'GetStream\StreamLaravel\StreamLumenServiceProvider' to bootstrap/app.php../config/stream-laravel.php.Stream Laravel is a versatile tool for integrating activity streams and news feeds into Laravel applications. By following the installation guide and utilizing its key features like Eloquent integration and custom data fields, developers can easily implement powerful functionalities within their projects.
Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.