PHPackages                             savannabits/savadmin - 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. savannabits/savadmin

ActiveLibrary[Admin Panels](/categories/admin)

savannabits/savadmin
====================

Simplistic, Minimal, yet fully automated Laravel Admin CRUD Code Generator with support for belongsTo Relationships, fully scaffolded roles and users module and CoreUI 3.0.0 frontend framework

v1.6.2(3y ago)04602MITBladePHP ^7.3|^7.4|^8.0

Since Aug 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/savannabits/savadmin)[ Packagist](https://packagist.org/packages/savannabits/savadmin)[ Docs](https://github.com/savannabits/savadmin)[ RSS](/packages/savannabits-savadmin/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (10)Versions (18)Used By (2)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a2b947b77cb837d0574a4cfd6f2a4237e91f2f1241318907a4f8bdd9f9f098c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736176616e6e61626974732f73617661646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/savannabits/savadmin)[![Build Status](https://camo.githubusercontent.com/e8cecb76887d08e88b369e370cec0e229e2b4a143aa382a93d55d09afd059884/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736176616e6e61626974732f73617661646d696e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/savannabits/savadmin)[![Quality Score](https://camo.githubusercontent.com/33f7091bd0786db971507495050ef666ea9a3699f452e305f2598c7c9c2ab76d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f736176616e6e61626974732f73617661646d696e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/savannabits/savadmin)[![Total Downloads](https://camo.githubusercontent.com/859b9c6c60bf63dc916d794814d0edba97976d129d28d085b8d889114235c30d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736176616e6e61626974732f73617661646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/savannabits/savadmin)

Savadmin is a lightweight admin CRUD generator built on top of [Laravel 7.\*](https://laravel.com) and [bootstrap-vue](https://bootsdtrap-vue.org) frontend. It also has support for [CoreUI](https://coreui.io) in when scaffolding the views. All you need to do is write the migrations and run them, from there the package can generate for you every module one by one.

Features
--------

[](#features)

- Model Generator with support for relationships (belongsTo and belongsToMany) as well as casts (Boolean and dates)
- Admin Controller Generator with a function to render DataTables using [Yajra Laravel DataTables](https://yajrabox.com/docs)
- API Resource Controller with index, dt(datatables), store, show, update and destroy functions.
- API StoreRequest - Request files for the API controllers to authorize and validate resource storage.
- API UpdateRequest - Request files for the API controllers to authorize and validate resource update.
- Appending menus to the sidebar
- Index view generator
- Form generator for creating and editing resources using bootstrap vue modals and axios for submission to the API
- Javascript form module generation to handle form inputs and submission

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

[](#installation)

You can install the package via composer:

```
composer require savannabits/savadmin
```

```
php artisan vendor:publish
```

Usage
-----

[](#usage)

```
// Usage description here
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Sam Maosa](https://github.com/savannabits)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% 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 ~45 days

Recently: every ~172 days

Total

17

Last Release

1386d ago

PHP version history (3 changes)v1.0.0PHP ^7.2

v1.5.0PHP ^7.2|^7.3

v1.5.1PHP ^7.3|^7.4|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5610289?v=4)[Sam Maosa](/maintainers/coolsam726)[@coolsam726](https://github.com/coolsam726)

---

Top Contributors

[![smaosa](https://avatars.githubusercontent.com/u/275793777?v=4)](https://github.com/smaosa "smaosa (20 commits)")[![coolsam726](https://avatars.githubusercontent.com/u/5610289?v=4)](https://github.com/coolsam726 "coolsam726 (6 commits)")

---

Tags

laravelAdmin Generatorcrud generatorcoreuisavannabitssavadmin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/savannabits-savadmin/health.svg)

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

###  Alternatives

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[takielias/tablar-crud-generator

Laravel Tablar Crud Generator based on https://github.com/takielias/tablar

315.6k](/packages/takielias-tablar-crud-generator)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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