PHPackages                             sunnytreesoftware/seahorse - 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. sunnytreesoftware/seahorse

ActiveLibrary[Framework](/categories/framework)

sunnytreesoftware/seahorse
==========================

Seahorse is a Content Management System built with Laravel

0.0.4(6y ago)115MITHTML

Since May 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sunnytreesoftware/seahorse)[ Packagist](https://packagist.org/packages/sunnytreesoftware/seahorse)[ RSS](/packages/sunnytreesoftware-seahorse/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (0)

Seahorse
========

[](#seahorse)

[![](./publishable/assets/images/seahorse.svg)](./publishable/assets/images/seahorse.svg)

[![](https://camo.githubusercontent.com/5128c7f106de5a191102ead1acedfb26525f8dc8a89597120791d5a361ed9ff6/68747470733a2f2f7472617669732d63692e636f6d2f73756e6e7974726565736f6674776172652f73656172686f7273652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/sunnytreesoftware/seahorse)[![](https://camo.githubusercontent.com/c7b94f4bf91c9969803ede6f86b0661534006d9ed9fb88e1217bbe28f47e8fb2/68747470733a2f2f706f7365722e707567782e6f72672f73756e6e7974726565736f6674776172652f736561686f7273652f642f746f74616c2e737667)](https://packagist.org/packages/sunnytreesoftware/seahorse)[![](https://camo.githubusercontent.com/14dc077c2da8909c510964f5c2711c42ef38948c5014bb94fde26fe56c944bc9/68747470733a2f2f706f7365722e707567782e6f72672f73756e6e7974726565736f6674776172652f736561686f7273652f762f737461626c65)](https://packagist.org/packages/sunnytreesoftware/seahorse)[![](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

Seahorse is a Content Management System built with Laravel
-----------------------------------------------------------

[](#seahorse-is-a-content-management-system-built-with-laravel-)

Installation
------------

[](#installation)

Install Laravel

```
laravel new seahorse
```

Laravel Auth

```
php artisan make:auth
```

Migrations

```
php artisan migrate
```

Install Seahorse

```
composer require sunnytreesoftware/seahorse
```

Publish Assets

```
php artisan vendor:publish --provider="Sunnytree\Seahorse\SeahorseServiceProvider"
```

Run Migrations Again

```
php artisan migrate
```

Open the file app/Providers/RouteServiceProvider.php and find the lines:

```
protected function mapWebRoutes()
{
    Route::middleware('web')
        ->namespace($this->namespace)
        ->group(base_path('routes/web.php'));
}
```

Change this line:

```
->group(base_path('routes/web.php'));
```

to:

```
->group(base_path('routes/seahorse.php'));
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2552d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2015942?v=4)[Mike Stratton](/maintainers/mikestratton)[@mikestratton](https://github.com/mikestratton)

---

Top Contributors

[![mikestratton](https://avatars.githubusercontent.com/u/2015942?v=4)](https://github.com/mikestratton "mikestratton (11 commits)")

### Embed Badge

![Health badge](/badges/sunnytreesoftware-seahorse/health.svg)

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

###  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.7M257](/packages/laravel-dusk)[laravel/prompts

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

708181.8M593](/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)
