PHPackages                             kusikusi/website - 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. kusikusi/website

ActivePackage[Framework](/categories/framework)

kusikusi/website
================

A description for website.

v8.0.8(3y ago)01241MITPHP

Since May 18Pushed 3y agoCompare

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

READMEChangelog (6)Dependencies (2)Versions (18)Used By (1)

Kusikusi Website Controllers for Laravel
========================================

[](#kusikusi-website-controllers-for-laravel)

> This is a read-only repository, splitted from the monorepo at [github.com/cuatromedios/kusikusi-monorepo](https://github.com/cuatromedios/kusikusi-monorepo)

> For the Laravel starter kit visit [github.com/cuatromedios/kusikusi](https://github.com/cuatromedios/kusikusi)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)![Travis](https://camo.githubusercontent.com/8fe58f6c0d14f0d5fd5a83c309fd6bb1ab08769aaf1fc8683d697db449c89435/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6b7573696b7573692f776562736974652e7376673f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/9a75eccebf431f6595acf4447956ad11acf33da3a3f41683b9ad2dab94c493cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b7573696b7573692f776562736974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kusikusi/website)

Install
-------

[](#install)

This package complements kusikusi/models package, that should be required first.

```
composer require kusikusi/website:dev-master

```

Usage
-----

[](#usage)

### Publish the assets

[](#publish-the-assets)

- ##### Publish all the assets ...

    [](#publish-all-the-assets-)

    ```
    php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider"
    ```
- ##### Or Publish individual Assets

    [](#or-publish-individual-assets)

    Configuration

    ```
    php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider" --tag="config"
    ```

    HtmlController

    ```
    php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider" --tag="controller"
    ```

### Migrations

[](#migrations)

```
php artisan migrate
```

### Seeds

[](#seeds)

#### An administrator user

[](#an-administrator-user)

```
php artisan db:seed --class=AdminSeeder
```

#### One of the website templates

[](#one-of-the-website-templates)

```
php artisan db:seed --class=EmptyWebsiteSeeder
```

```
php artisan db:seed --class=BlogSeeder
```

### Routes

[](#routes)

This Kusikusi Website Package, has a "catch-all" route. As this route may interfere with other application routes, this should **not** be automatically loaded. So, you will need to:

In your `composer.json` file, define it as not-discover:

```
{
  "extra": {
    "laravel": {
      "dont-discover": [
        "kusikusi/website"
      ]
    }
  }
}
```

In your application `config/app.php` configuration file, add the provider **at the end** of the providers array

```
[
Kusikusi\WebsiteServiceProvider::class,
];
```

Testing
-------

[](#testing)

Run the tests with:

```
vendor/bin/phpunit
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Cuatromedios](https://github.com/kusikusi)
- [All Contributors](https://github.com/kusikusi/website/contributors)

Security
--------

[](#security)

If you discover any security-related issues, please email dev@cuatromedios instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](/LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~52 days

Recently: every ~122 days

Total

17

Last Release

1347d ago

Major Versions

4.4.5 → v8.0.0-alpha.12021-03-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fd60c344577654ba6fe7dfe3de6938118f9c5b002de44cbe21afec810a790ce?d=identicon)[cuatromedios](/maintainers/cuatromedios)

---

Top Contributors

[![ramsesmoreno](https://avatars.githubusercontent.com/u/30059695?v=4)](https://github.com/ramsesmoreno "ramsesmoreno (36 commits)")[![DavAguayo](https://avatars.githubusercontent.com/u/63865218?v=4)](https://github.com/DavAguayo "DavAguayo (3 commits)")[![urielPalomares](https://avatars.githubusercontent.com/u/32522073?v=4)](https://github.com/urielPalomares "urielPalomares (1 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/kusikusi-website/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M672](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M224](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M597](/packages/laravel-ui)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/dusk

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

1.9k36.7M256](/packages/laravel-dusk)

PHPackages © 2026

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