PHPackages                             useredit/laravelui - 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. useredit/laravelui

ActiveLibrary

useredit/laravelui
==================

sample

0131PHP

Since Jan 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/honpoio/useredit-laravelui)[ Packagist](https://packagist.org/packages/useredit/laravelui)[ RSS](/packages/useredit-laravelui/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

useredit-laravelui
==================

[](#useredit-laravelui)

About
-----

[](#about)

this packege provides the functions,to edit and unregiste one user info

require
-------

[](#require)

・ laravel6.\* ・ laravel/ui ・ npm ・ vue.js

Install
-------

[](#install)

```
composer require useredit/laravelui

```

Execute command.
----------------

[](#execute-command)

```
php artisan useredit

```

create these files as follows.
------------------------------

[](#create-these-files-as-follows)

- `app/Http/Requests/ChangePasswordRequest.php`
- `app/Http/Requests/UpdateEmailRequest.php`
- `app/Http/Requests/WithdrawalRequest.php`
- `resources/views/auth/WithdrawalForm.blade.php`
- `resources/views/auth/UserEdit.blade.php`
- `app/Http/Controllers/Auth/UserEditController.php`

add these code as follows.
--------------------------

[](#add-these-code-as-follows)

- `routes/web.php`

```
    Route::group(['middleware' => ['auth']], function() {

        Route::get('/user', 'Auth\UserEditController@UserEditForm');
        Route::post('/user/edit/email','Auth\UserEditController@EmailUpdate');
        Route::post('/user/edit/password','Auth\UserEditController@PasswordChange');
        Route::get('/user/edit/delete','Auth\UserEditController@WithdrawalForm');
        Route::post('/user/edit/Withdrawal','Auth\UserEditController@Withdrawal');

    });

```

License
-------

[](#license)

useredit is open-source software licensed under the MIT license.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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/950108dc390aecfb7ece992581e76fcfdcb8b58f2ca844f564a6376ba741bb0e?d=identicon)[KazumaYamashiro](/maintainers/KazumaYamashiro)

---

Top Contributors

[![honpoio](https://avatars.githubusercontent.com/u/69488169?v=4)](https://github.com/honpoio "honpoio (7 commits)")

### Embed Badge

![Health badge](/badges/useredit-laravelui/health.svg)

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

PHPackages © 2026

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