PHPackages                             laravel-livewire/uc-modules - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. laravel-livewire/uc-modules

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laravel-livewire/uc-modules
===========================

laravel livewire user primary modules

029PHP

Since May 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/samertawil/laravel-livewire-modules)[ Packagist](https://packagist.org/packages/laravel-livewire/uc-modules)[ RSS](/packages/laravel-livewire-uc-modules/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

About library
-------------

[](#about--library)

laravel-livewire/uc-modules library base on PHP Laravel framework, contains primary modules presets (status, users control, abilities and roles, website setting )to make building the website or application easier development by "samer tawil"

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

[](#installation)

You can install the package via composer:

```
composer require laravel-livewire/uc-modules
```

Register package by add provider services in bootstrap folder

```
 uc\modules\UcModulesServiceProvider::class,
```

publish :

```
php artisan vendor:publish --provider="uc\modules\UcModulesServiceProvider"
```

##### Attention, overwrite User model if you not customize it

[](#attention-overwrite-user-model-if-you-not-customize-it--)

```
php artisan vendor:publish --provider="uc\modules\UcModulesServiceProvider" --tag="userModel" --force
```

```
php artisan livewire:publish --config
```

```
php artisan flasher:install
```

```
php artisan migrate;
```

```
php artisan db:seed StatusSeeder
```

```
 Route::group( [ 'prefix' => LaravelLocalization::setLocale(), 'middleware' => [ 'localeSessionRedirect', 'localizationRedirect', 'localeViewPath' ] ], function(){

    Livewire::setUpdateRoute(function ($handle) {
        return Route::post('/livewire/update', $handle);
    });

     Route::get('test',Test::class);

     include __DIR__.'/user.php';

     include __DIR__.'/setting.php';

	 include __DIR__.'/status.php';

	 include __DIR__.'/permission.php';

	 include __DIR__ . '/citzenServices.php';

    });
```

Helper function publish : edit composer.json autoload section and add

```
 ,
        "files": [
            "app/helper/uploads.php",
            "app/helper/generalfunctions.php"
        ]
```

```
 composer dump-autoload;
```

Add constant value for attributesConst.php

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd182a52417c7d6fec1be051d484e4377d7b47c34c88cfab85f52eb972187a9c?d=identicon)[samertawil](/maintainers/samertawil)

---

Top Contributors

[![samertawil](https://avatars.githubusercontent.com/u/40121803?v=4)](https://github.com/samertawil "samertawil (32 commits)")

### Embed Badge

![Health badge](/badges/laravel-livewire-uc-modules/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-livewire-uc-modules/health.svg)](https://phpackages.com/packages/laravel-livewire-uc-modules)
```

###  Alternatives

[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[overtrue/laravel-favorite

User favorite features for Laravel Application.

444301.7k1](/packages/overtrue-laravel-favorite)[digital-creative/collapsible-resource-manager

A custom sidebar menu with collapsible groups

201869.2k1](/packages/digital-creative-collapsible-resource-manager)[archtechx/laravel-seo

324305.3k3](/packages/archtechx-laravel-seo)[jbzoo/data

An extended version of the ArrayObject object for working with system settings or just for working with data arrays

891.6M23](/packages/jbzoo-data)[mybuilder/cronos

Configure Cron task through PHP

152526.8k2](/packages/mybuilder-cronos)

PHPackages © 2026

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