PHPackages                             helori/laravel-backend - 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. [Admin Panels](/categories/admin)
4. /
5. helori/laravel-backend

ActiveLibrary[Admin Panels](/categories/admin)

helori/laravel-backend
======================

User interface to manage a website's content

v1.2.1(7y ago)0180MITVuePHP &gt;=7.0.0

Since Mar 6Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/helori/laravel-backend)[ Packagist](https://packagist.org/packages/helori/laravel-backend)[ RSS](/packages/helori-laravel-backend/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

laravel-admin
=============

[](#laravel-admin)

This package gives you an admin panel to manage your website's content. It uses helori/laravel-admin for authentication. You need to follow the installation steps of this package before using your backend.

Installation and setup
----------------------

[](#installation-and-setup)

On a fresh Laravel (&gt;= v5.4) installation, install the package by running:

```
composer require helori/laravel-backend
```

Follow helori/laravel-admin installation steps

Publish the laravel-backend default assets:

```
php artisan vendor:publish --tag=laravel-backend-assets
```

Install the package's dependencies:

```
npm install jquery@3.* bootstrap@4.* vue-crud@2.* --save-dev
```

Edit your laravel mix config file :

```
// webpack.mix.js
mix.sass(
    "./resources/assets/sass/backend.scss",
    "./public/css/backend.css"
).js(
    "./resources/assets/js/backend.js",
    "./public/js/backend.js", "."
);
```

Compile your assets :

```
npm run dev
```

Your backend should be available at:

```
http://your-domain.test/admin
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~33 days

Total

4

Last Release

2891d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09da58137025e7ef77e2724777686cd48dac57ab736d387a472e182f2d278d13?d=identicon)[Helori](/maintainers/Helori)

---

Top Contributors

[![helori](https://avatars.githubusercontent.com/u/8065958?v=4)](https://github.com/helori "helori (17 commits)")

---

Tags

laravelcmsbackend

### Embed Badge

![Health badge](/badges/helori-laravel-backend/health.svg)

```
[![Health](https://phpackages.com/badges/helori-laravel-backend/health.svg)](https://phpackages.com/packages/helori-laravel-backend)
```

###  Alternatives

[serverfireteam/panel

Admin panel for Laravel applications

42532.2k2](/packages/serverfireteam-panel)[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)[joy/voyager-datatable

joy voyager datatable

1538.1k43](/packages/joy-voyager-datatable)

PHPackages © 2026

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