Stream Laravel

screenshot of Stream Laravel
laravel

Stream Laravel

Laravel Client - Build Activity Feeds & Streams with GetStream.io

Overview

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.

Features

  • Activity Streams: Build activity streams similar to those on GitHub.
  • Twitter-like Feed: Create a feed similar to Twitter.
  • Photo Feeds: Develop photo feeds similar to Instagram or Pinterest.
  • Newsfeeds: Construct Facebook-style newsfeeds.
  • Notification System: Implement a notification system.
  • Easy Integration: Instant integration with Eloquent models.
  • Custom Data Fields: Ability to add custom data fields to activities.

Composer

  1. Install the package using Composer:
    composer require get-stream/stream-laravel
    
  2. For Laravel versions prior to 5.5, add the following to config/app.php:
laravel
Laravel

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.