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 11mo 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

Maintenance38

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity14

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

[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)[selective/transformer

A strictly typed array transformer with dot-access, fluent interface and filters.

3817.8k1](/packages/selective-transformer)[derhansen/sf_banners

Banner-Management Extension based on Extbase and Fluid. Loads banners asynchronously using JavaScript.

1144.5k](/packages/derhansen-sf-banners)[martin/wn-forms-plugin

Create easy (and almost magic) AJAX forms

212.3k](/packages/martin-wn-forms-plugin)

PHPackages © 2026

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