PHPackages                             hoangphamdev/simple-admin-generator - 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. hoangphamdev/simple-admin-generator

ActiveLibrary[Admin Panels](/categories/admin)

hoangphamdev/simple-admin-generator
===================================

SAG is a Laravel package designed to streamline the process of creating administrative panels for web applications. With this package, developers can quickly generate basic administrative interfaces for managing various aspects of their applications, such as user management, content management, settings, and more.

1.0.4(1y ago)427MITJavaScript

Since Jul 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hoangpham5694/laravel-simple-admin-genetator)[ Packagist](https://packagist.org/packages/hoangphamdev/simple-admin-generator)[ RSS](/packages/hoangphamdev-simple-admin-generator/feed)WikiDiscussions master Synced yesterday

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

### Simple **Admin** Generation

[](#simple-admin-generation)

⛵`simple-admin-generator` is a powerful and easy-to-use package for generating admin functionalities in your Laravel application. With a focus on simplicity and efficiency, this package streamlines the creation and management of admin panels, making it easier for developers to build robust backend systems.

[ ![Packagist](https://camo.githubusercontent.com/daf90cb853b89fe6291aee1d8e53222c3a30d18aa77f972d002b94475544e362/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f766573696f6e2d56312e302e342d626c7565)](https://packagist.org/packages/hoangphamdev/simple-admin-generator)[ ![Packagist](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://packagist.org/packages/hoangphamdev/simple-admin-generator)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0.0
- Laravel &gt;= 9.x

Prerequisites
-------------

[](#prerequisites)

If you don't already have an Apache local environment with PHP and MySQL, use one of the following links:

- Windows:
- Linux:
- Mac:

Also, you will need to install Composer:
And Laravel:

Make sure all database connections are set up correctly in your .env file.

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

[](#installation)

Install package using command:

```
composer require hoangphamdev/simple-admin-generator

```

Run following command to install.

```
php artisan sag:install

```

Open `http://localhost/admin/login` in browser,use email `admin@sag.com` and password `secret` to login.

Edit your dashboard at `resources/views/sag/dashboard.blade.php`

Documentation
-------------

[](#documentation)

### Generate new UI

[](#generate-new-ui)

This feature will generate a basic UI for you so that you can quickly create your own CRUD functionality.

Run following command:

```
php artisan sag:generate_ui

```

Example: `php artisan sag:generate_ui Blog`

Then open `http://localhost/admin/blog` to see your new UI. Your functionality files will be generated following the structure below. Open and edit them as you wish.

#### File Structure

[](#file-structure)

```
┣ 📂Http
   ┗📂Controllers
     ┗📂SAG
       ┗📜BlogController.php
┣ 📂recources
   ┗ 📂views
      ┗ 📂sag
         ┗ 📂blog
            ┣📜create.blade.php
            ┣📜edit.blade.php
            ┣📜edit.blade.php
            ┣📜index.blade.php

```

Other
-----

[](#other)

`simple-admin-generator` based on following plugins or services:

- [Laravel](https://laravel.com/)
- [AdminLTE](https://adminlte.io/)
- [font-awesome](http://fontawesome.io)
- [toastr](http://codeseven.github.io/toastr/)
- [sweetalert2](https://github.com/sweetalert2/sweetalert2)

License
-------

[](#license)

`simple-admin-generator` is licensed under [The MIT License (MIT)](license.md).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

5

Last Release

708d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5265580500e4d0f9aa92c386bb57bc52aae35ecdd3c6a98e48b6b065fe3de03c?d=identicon)[hoangphamdev](/maintainers/hoangphamdev)

---

Top Contributors

[![hoangpham5694](https://avatars.githubusercontent.com/u/13681258?v=4)](https://github.com/hoangpham5694 "hoangpham5694 (31 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/hoangphamdev-simple-admin-generator/health.svg)

```
[![Health](https://phpackages.com/badges/hoangphamdev-simple-admin-generator/health.svg)](https://phpackages.com/packages/hoangphamdev-simple-admin-generator)
```

PHPackages © 2026

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