PHPackages                             genocide/radiocrud - 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. genocide/radiocrud

ActiveLibrary[Admin Panels](/categories/admin)

genocide/radiocrud
==================

fester, simpler way to create CRUD system in laravel

V1.6.2(1y ago)22201PHPPHP ^8.0.2

Since Dec 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thePowerOfCreation21/genocide_radiocrud)[ Packagist](https://packagist.org/packages/genocide/radiocrud)[ RSS](/packages/genocide-radiocrud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (24)Used By (0)

about
-----

[](#about)

I realised that i was doing a lot of copy paste and i was writing same code multiple times for different features, so i started making a custom system to avoid that.

installation
------------

[](#installation)

Run `composer require genocide/radiocrud` to install package.

After installing Radiocrud you should run `php artisan vendor:publish --provider=Genocide\Radiocrud\RadiocrudServiceProvider`. because there is a migration you need to have it in your app to use 'KeyValueConfigService'.

Then run `php artisan migrate` to migrate newly added migration.

### you're not done!

[](#youre-not-done)

this is last step of installation, i promise ! now you should add some file system disks, so Radiocrud can work with files. add code below to `config\filesystems.php` (add it to "disks" array)

```
'public_uploads' => [
    'driver' => 'local',
    'root' => public_path(),
    'throw' => false,
],

'base' => [
    'driver' => 'local',
    'root' => base_path(),
    'throw' => false,
],

```

Radiocrud will use this file system disks to do things such as creating new Action class with command.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

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

Recently: every ~172 days

Total

23

Last Release

524d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7811d6a57aa9abc28a82ca71ac6d836dfbb8e20afc61cbfa758843f98cd33a4c?d=identicon)[thePowerOfCreation21](/maintainers/thePowerOfCreation21)

---

Top Contributors

[![thePowerOfCreation21](https://avatars.githubusercontent.com/u/79092875?v=4)](https://github.com/thePowerOfCreation21 "thePowerOfCreation21 (62 commits)")

---

Tags

crudlaravelpackagephp

### Embed Badge

![Health badge](/badges/genocide-radiocrud/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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