PHPackages                             usparin/call-request - 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. usparin/call-request

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

usparin/call-request
====================

Link service based on public package

07PHP

Since Nov 17Pushed 9y agoCompare

[ Source](https://github.com/usparin/call-request)[ Packagist](https://packagist.org/packages/usparin/call-request)[ RSS](/packages/usparin-call-request/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

call-request
============

[](#call-request)

some require updates:

\\app\\Exceptions\\Handler.php

```
public function report(Exception $e)
{
	//parent::report($e);
}

/**
 * Render an exception into an HTTP response.
 *
 * @param  \Illuminate\Http\Request  $request
 * @param  \Exception  $e
 * @return \Illuminate\Http\Response
 */

public function render($request, Exception $e)
{
	if($e instanceof \Symfony\Component\HttpKernel\Exception\NotFoundHttpException)
	{

		return redirect('/call-request/link?url='. $_SERVER['REQUEST_URI'] .'');
	}
	//return parent::render($request, $e);
}

```

config/app.php

```
'providers' => [/*
     * Laravel Framework Service Providers...
     */
    .....

    /*
     * Application Service Providers...
     */
    ....
    LaravelNews\CallRequest\ServiceProvider::class

```

Опубликуем все необходимое

```
    php artisan vendor:publish --provider="LaravelNews\CallRequest\ServiceProvider"

```

Прогоним миграции

```
    php artisan migrate

```

add this to main template:

```

```

заменить

```
\папка проекта\resources\views\layouts\app.blade.php
\папка проекта\resources\views\welcome.blade.php

```

на

```
https://github.com/usparin/laravel/blob/master/resources/views/layouts/app.blade.php

```

ссылка пример, по которой после установки можно посмотреть работу пакета:

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/62788d11b5612fab80f8316360ae04cb120ca6c051e30734539deadcaa36e331?d=identicon)[usparin](/maintainers/usparin)

### Embed Badge

![Health badge](/badges/usparin-call-request/health.svg)

```
[![Health](https://phpackages.com/badges/usparin-call-request/health.svg)](https://phpackages.com/packages/usparin-call-request)
```

PHPackages © 2026

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