PHPackages                             jensramakers/laravel-async-route - 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. jensramakers/laravel-async-route

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

jensramakers/laravel-async-route
================================

laravel async route class

v1.0.1(3y ago)0341[1 PRs](https://github.com/PS222407/laravel-async-route/pulls)Blade

Since Nov 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/PS222407/laravel-async-route)[ Packagist](https://packagist.org/packages/jensramakers/laravel-async-route)[ RSS](/packages/jensramakers-laravel-async-route/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

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

[](#installation)

install composer package

```
composer require jensramakers/laravel-async-route
```

publish views

```
php artisan vendor:publish --provider="Jensramakers\LaravelAsyncRoute\LaravelAsyncRouteServiceProvider"
```

install jquery

```
npm i jquery
```

and include it in your javascript file

```
window.$ = window.jQuery = require('jquery');

asyncDeletionModal = function (url) {
    let el = $("[data-async-container='deletionModal']")[0];
    el.innerHTML = '';
    $.get(url, function (data) {
        el.innerHTML = data;
    });
}
```

add this to web.php with needed middleware

```
Route::get('/admin/modal/deletion/{route}', function ($route) {
  return view('vendor.jensramakers.modal_delete', ['route' => str_replace('\\', '/', $route)])->render();
})->name('admin.deletion.async.modal');
```

install tailwind elements for modal functionality

install fontawesome

```
npm install --save @fortawesome/fontawesome-free
```

and add this line in your scss file

```
@import '~@fortawesome/fontawesome-free/css/all';
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1288d ago

### Community

Maintainers

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

---

Top Contributors

[![PS222407](https://avatars.githubusercontent.com/u/74543766?v=4)](https://github.com/PS222407 "PS222407 (8 commits)")

### Embed Badge

![Health badge](/badges/jensramakers-laravel-async-route/health.svg)

```
[![Health](https://phpackages.com/badges/jensramakers-laravel-async-route/health.svg)](https://phpackages.com/packages/jensramakers-laravel-async-route)
```

###  Alternatives

[polonskiy/phproutine

Goroutines in PHP

60122.0k](/packages/polonskiy-phproutine)[mirzabusatlic/laravel-schedule-monitor

Monitor the output of scheduled tasks in a database table

2869.8k](/packages/mirzabusatlic-laravel-schedule-monitor)[bornfreee/tactician-domain-events-bundle

Bundle to integrate Tactician Domain Events library with Symfony project

10138.6k](/packages/bornfreee-tactician-domain-events-bundle)

PHPackages © 2026

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