PHPackages                             rashidul/river - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. rashidul/river

ActiveLibrary[Framework](/categories/framework)

rashidul/river
==============

Application framework

01JavaScript

Since Oct 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rashidul-hasan/river)[ Packagist](https://packagist.org/packages/rashidul/river)[ RSS](/packages/rashidul-river/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (40)Used By (0)

River - Application framework for Laravel
=========================================

[](#river---application-framework-for-laravel)

Install;
--------

[](#install)

`composer require rashidul/river:dev-master`

`php artisan migrate`

`php artisan river:seed`

`php artisan river:cache-views`

To publish the assets(css, js files) into the public directory, run:

`php artisan vendor:publish --tag=river-assets --force`

Run the following command to publish laravel-filemanager config &amp;&amp; assets:

`php artisan vendor:publish --tag=lfm_config --force``php artisan vendor:publish --tag=lfm_public --force`

This will generate `config/lfm.php`. Edit this file and set `use_package_routes` to `false`.

Update filesystem config: Open `config/filesystem.php` &amp; change the public disk as follows:

```
'public' => [
            'driver' => 'local',
            'root' => public_path('river/assets/files'),
            'url' => '/river/assets/files',
            'visibility' => 'public',
            'throw' => false,
        ],
```

Run the project: `php artisan serve`

Open admin panel: `localhost:8000/admin/login`

email: password: 1234

### Package update route

[](#package-update-route)

Add the following route to the root project's `web.php` route file. This is used for during development to pull latest code inside a shared hosting env.

```
Route::get('/upd', function () {
    $git = new CzProject\GitPhp\Git;
    \File::deleteDirectory(base_path('vendor/rashidul/river'));
    $repo = $git->cloneRepository('https://github.com/rashidul-hasan/river.git', base_path('vendor/rashidul/river'));
    die('Done!');
});
```

### Errors

[](#errors)

Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes ==&gt; Fix:

Base table or view already exists: 105 ==&gt; run `php artisan migrate:fresh`

### Development

[](#development)

1. Add the following param in root composer.json after "require" param

```
"repositories": [
    {
    "type": "path",
    "url": "./package/river",
    "options": {
        "symlink": true
    }
    }
],
```

Error: ` curl error 60 while downloading https://repo.packagist.org/p2/bitpixel/springcms.json: SSL certificate problem: unable to get local issuer certificate`

to fix this run: `composer config -g -- disable-tls false`

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 56.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4a03992b6f638c44b5f0934e529e76a54d97b6eec7be98da1b1b40c7a51ec42?d=identicon)[rashidul-hasan](/maintainers/rashidul-hasan)

---

Top Contributors

[![rashidul-hasan](https://avatars.githubusercontent.com/u/8081870?v=4)](https://github.com/rashidul-hasan "rashidul-hasan (115 commits)")[![mahmudulhasan716](https://avatars.githubusercontent.com/u/80215312?v=4)](https://github.com/mahmudulhasan716 "mahmudulhasan716 (62 commits)")[![mdzahidulislam314](https://avatars.githubusercontent.com/u/60391972?v=4)](https://github.com/mdzahidulislam314 "mdzahidulislam314 (27 commits)")

### Embed Badge

![Health badge](/badges/rashidul-river/health.svg)

```
[![Health](https://phpackages.com/badges/rashidul-river/health.svg)](https://phpackages.com/packages/rashidul-river)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
