PHPackages                             sudo/call\_me\_back - 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. sudo/call\_me\_back

ActiveLibrary

sudo/call\_me\_back
===================

Goi lai cho toi

03PHP

Since Oct 7Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Sudo-E-Commerce/call_me_back)[ Packagist](https://packagist.org/packages/sudo/call_me_back)[ RSS](/packages/sudo-call-me-back/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Hướng dẫn sử dụng Sudo CallMeBack
---------------------------------

[](#hướng-dẫn-sử-dụng-sudo-callmeback)

**Giới thiệu:** Đây là package dùng để thêm module 'Gọi lại cho tôi'.

### Cài đặt để sử dụng

[](#cài-đặt-để-sử-dụng)

- Package cần phải có base `sudo/core` để có thể hoạt động không gây ra lỗi.
- Để có thể sử dụng Package cần require theo lệnh `composer require sudo/call_me_back`
- Chạy `php artisan migrate` để tạo các bảng phục vụ cho package
- Chạy php artisan vendor:publish --tag=sudo/call\_me\_back để public file config, và assets ra ngoài
- Thêm câu lệnh@include('CallMeBack::web.show', \['name' =&gt; 'name', 'url' =&gt; 'url'\]) vào vị trí muốn hiển thị tính năng 'Gọi lại cho tôi', (Ví dụ : @include('CallMeBack::web.show', \['name'=&gt; 'home', 'url' =&gt; '/'\]))

### Cấu hình tại Menu

[](#cấu-hình-tại-menu)

```
[
	'type' 				=> 'multiple',
	'name' 				=> 'Call_me_back',
	'icon' 				=> 'fas fa-phone',
	'childs' => [
		[
			'name' 		=> 'Thêm mới',
			'route' 	=> 'admin.call_me_backs.create',
			'role' 		=> 'call_me_backs_create'
		],
		[
			'name' 		=> 'Danh sách',
			'route' 	=> 'admin.call_me_backs.index',
			'role' 		=> 'call_me_backs_index',
			'active' 	=> [ 'admin.call_me_backs.show', 'admin.call_me_backs.edit' ]
		]
	]
],

```

- Vị trí cấu hình được đặt tại `config/SudoMenu.php`
- Để có thể hiển thị tại menu, chúng ta có thể đặt đoạn cấu hình trên tại `config('SudoMenu.menu')`

### Cấu hình tại Module

[](#cấu-hình-tại-module)

```
	'call_me_back' => [
		'name' 			=> 'Call_me_back',
		'permision' 	=> [
			[ 'type' => 'index', 'name' => 'Truy cập' ],
			[ 'type' => 'create', 'name' => 'Thêm' ],
			[ 'type' => 'edit', 'name' => 'Sửa' ],
			[ 'type' => 'restore', 'name' => 'Lấy lại' ],
			[ 'type' => 'delete', 'name' => 'Xóa' ],
		],
	],

```

- Vị trí cấu hình được đặt tại `config/SudoModule.php`
- Để có thể phân quyền, chúng ta có thể đặt đoạn cấu hình trên tại `config('SudoModule.modules')`

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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/3fae158f0bdfab51fba69937e810ed2db9f11a04eef301fd0c82cb568081ff86?d=identicon)[sudoedev](/maintainers/sudoedev)

---

Top Contributors

[![haukientran](https://avatars.githubusercontent.com/u/70125147?v=4)](https://github.com/haukientran "haukientran (2 commits)")[![hieunvph04479](https://avatars.githubusercontent.com/u/36782331?v=4)](https://github.com/hieunvph04479 "hieunvph04479 (1 commits)")

### Embed Badge

![Health badge](/badges/sudo-call-me-back/health.svg)

```
[![Health](https://phpackages.com/badges/sudo-call-me-back/health.svg)](https://phpackages.com/packages/sudo-call-me-back)
```

PHPackages © 2026

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