PHPackages                             wetcat/board - 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. wetcat/board

ActiveLibrary

wetcat/board
============

021PHP

Since Apr 29Pushed 12y ago1 watchersCompare

[ Source](https://github.com/agoransson/iziBoard)[ Packagist](https://packagist.org/packages/wetcat/board)[ RSS](/packages/wetcat-board/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

iziBoard
========

[](#iziboard)

Currently under development...
------------------------------

[](#currently-under-development)

Installation iziBoard
---------------------

[](#installation-iziboard)

- Create a laravel project `composer create laravel/laravel my-project`
- Add to composer.json `"wetcat/board": "dev-master"`
- Edit database configuration in `my-project/app/config/database.php`
- Add service providers `'Wetcat\Board\BoardServiceProvider',`
- Run `composer update`
- Run `php artisan izi:init`
- Edit `my-project/app/config/packages/wetcat/board/config.php/`
- Remove the default root `('/')` route in `my-project/app/routes.php` because it will interfer with the routes in this package.
- Finally set the folder permissions for `my-project/app/storage`
- Delete User.php

Configuration
-------------

[](#configuration)

This package comes with some configuration options, to change them for your installation run the following command.

- Get a local version of the configuration `php artisan config:publish wetcat/board`

### Change core style

[](#change-core-style)

#### Styles

[](#styles)

The package uses Bootstrap for frontend, per default it will use the bootswatch CDN to load a Yeti theme. However, if you want to use a locally stored bootstrap stylesheet all you need to do is include either `public/css/bootstrap.min.css` or `public/css/bootstrap.css files`, they will always have precedence over the CDN.

You can also change what bootstrap CDN to use in the config.

Note that if you're using a locally stored bootstrap stylesheet you will likely need to install the glyphicon set locally as well, bootstrap uses [Glyphicon halflings set](http://glyphicons.com/)

Recommended is to use  or similar tool to generate the css. Don't forget the fonts!

You can also add your own custom styles to `public/css/my-project.css` or `public/css/my-project.min.css`, just make sure to set the my-project title in the config for your installation for this to work.

Credits
-------

[](#credits)

### Frameworks used for iziBoard

[](#frameworks-used-for-iziboard)

- [AngularJS](https://angularjs.org/)
- [Laravel](http://laravel.com/)
- [Bootstrap](http://getbootstrap.com/)

#### Laravel packages used

[](#laravel-packages-used)

- [Intervention/Image](http://image.intervention.io/)

#### Angular directives and libraries used to produce iziBoard

[](#angular-directives-and-libraries-used-to-produce-iziboard)

- [UI Bootstrap](http://angular-ui.github.io/bootstrap/)
- [AngularJS directives for Google Maps](https://github.com/nlaplante/angular-google-maps.git)
- [angular-file-upload](https://github.com/danialfarid/angular-file-upload)
- [angular-tagger](https://github.com/monterail/angular-tagger)
- [angular-sanitize](http://angularjs.org)
- [angular-google-maps](https://github.com/nlaplante/angular-google-maps.git)
- [showdown](http://www.attacklab.net/)
- [angular-hotkeys](https://chieffancypants.github.io/angular-hotkeys)
- [underscore](http://underscorejs.org)
- [elastic](https://github.com/monospaced/angular-elastic/blob/master/elastic.js)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/18b33b10c16bdeaf315e6d107c1bb2993313a634ae8e106791efb8338a5ca448?d=identicon)[agoransson](/maintainers/agoransson)

### Embed Badge

![Health badge](/badges/wetcat-board/health.svg)

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

PHPackages © 2026

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