PHPackages                             whereyart/station-yart - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. whereyart/station-yart

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

whereyart/station-yart
======================

Easy CRUD and User Auth Mix For Laravel 4

012[1 PRs](https://github.com/whereyart/station-yart/pulls)HTML

Since Nov 17Pushed 7y ago14 watchersCompare

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

READMEChangelogDependenciesVersions (4)Used By (0)

Station
=======

[](#station)

Incredibly Flexible CRUD, Content and User Management System For Laravel 4.1
----------------------------------------------------------------------------

[](#incredibly-flexible-crud-content-and-user-management-system-for-laravel-41)

Tired of creating and configuring similar models and controllers which deal with basic CRUD, validation and user role-based capabilities? Station allows developers to setup and configure a backend CMS for a Laravel app/site very quickly.

Features
--------

[](#features)

- UI using a vanilla bootstrap layout which you can style in your own app.
- Allows for easy table association setup through config files.

Requirements
------------

[](#requirements)

- GD (compiled with PHP, if you want to take advantage of the image resizing features)

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

[](#installation)

The Station Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `canary/station` package in your project's `composer.json`.

```
{
    "require": {
        "canary/station": "0.1.*"
    }
}
```

Then run a composer update

```
composer update
```

Configuration &amp; Setup
-------------------------

[](#configuration--setup)

This assumes you have a working dev or production environment with Laravel 4 already installed.

### 1. Register Station in app/config/app.php

[](#1-register-station-in-appconfigappphp)

To use station, you must register the provider when bootstrapping your Laravel application.

Find the `providers` key in your `app/config/app.php` and register the Station Service Provider.

```
    'providers' => array(
        // ...
        'Canary\Station\StationServiceProvider',
        'Way\Generators\GeneratorsServiceProvider',
    )
```

### 2. Use artisan to set up Station's default config files within your app

[](#2-use-artisan-to-set-up-stations-default-config-files-within-your-app)

Then publish the package configuration files using Artisan. This will copy Station's default configuration to your app. You can then change and add to these configuration files as needed.

```
php artisan config:publish canary/station
```

At this time you can (optionally) edit `/app/config/packages/canary/station/_app.php` and change the `root_admin_email`

### 3. Run Station's Build Command.

[](#3-run-stations-build-command)

This will generate migrations, run migrations, generate models, and seed the database.

```
php artisan station.build
```

### 4. Publish The Package's Assets To Your App

[](#4-publish-the-packages-assets-to-your-app)

```
php artisan asset:publish canary/station
```

### 5. Test Installation

[](#5-test-installation)

You should now be able to browse to your app at:

http://{host}/station/ (ex. ) and see station running without errors.

You can log in using user/password: `admin/admin`

### 6. Configure Station and Your Panels!

[](#6-configure-station-and-your-panels)

Start by editing `/app/config/packages/canary/station/_app.php`

Then create files for each panel in /app/config/packages/canary/station/ \[we need documentation on this\]

That's it. You now have a fully functioning back end and user management system for your site.

Notable Limitations
-------------------

[](#notable-limitations)

- The validation rule 'unique' MUST accept 2 parameters: table name, and column name. No more and no less. \[ex. unique:users,username\]

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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/274274438c2a797388020659830553a6f40c2d8b6f8f4c56c8a748c5822d2a05?d=identicon)[dmartuszewski](/maintainers/dmartuszewski)

---

Top Contributors

[![danmartuszewski](https://avatars.githubusercontent.com/u/323465?v=4)](https://github.com/danmartuszewski "danmartuszewski (3 commits)")[![robschley](https://avatars.githubusercontent.com/u/166706?v=4)](https://github.com/robschley "robschley (3 commits)")[![blancomaberino](https://avatars.githubusercontent.com/u/2071091?v=4)](https://github.com/blancomaberino "blancomaberino (1 commits)")[![linkingarts](https://avatars.githubusercontent.com/u/58497?v=4)](https://github.com/linkingarts "linkingarts (1 commits)")[![petejacobson](https://avatars.githubusercontent.com/u/8766236?v=4)](https://github.com/petejacobson "petejacobson (1 commits)")[![poncianodiego](https://avatars.githubusercontent.com/u/20716004?v=4)](https://github.com/poncianodiego "poncianodiego (1 commits)")

### Embed Badge

![Health badge](/badges/whereyart-station-yart/health.svg)

```
[![Health](https://phpackages.com/badges/whereyart-station-yart/health.svg)](https://phpackages.com/packages/whereyart-station-yart)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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