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

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

fuhton/simple-admin
===================

An admin section for selected pages.

07PHP

Since Dec 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/fuhton/simple-admin)[ Packagist](https://packagist.org/packages/fuhton/simple-admin)[ RSS](/packages/fuhton-simple-admin/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Simple Admin ####An admin package for Laravel 4 Here is an [example](http://simple-admin.iliketheideaof.us/) hosted on my own site. The password is private, but you can view the login url at [/simple-admin](http://simple-admin.iliketheideaof.us/simple-admin).

\##Introduction This package was built for easy html editing of selected areas. This can save a developer from countless hours of editing solid chunks of content. The backend is styled with twitter bootstrap, uses javascript for adding new content areas, and can manage any amount of areas. It depends on MySQL.

\##Installation

> \###Notes: Simple Admin requires with a `users` table with `username, password, and email` columns already created and an `account_type` column in your Laravel database. When you run the migration, it will append an `account_type` column to your `users` table seed the database with a default admin. If you do not have a users table, please refer to the documentation located at the bottom of this document. If you already have a `users` table and do not wish to modify your schema, do not run the migrations, and contact the package author or simply append the `account_type` column yourself.

1 - Add the following line to the `require` section of `composer.json`:

```
{
    "require": {
        "fuhton/simple-admin": "dev-master"
    }
}
```

2 - Add `Fuhton\SimpleAdmin\SimpleAdminServiceProvider` to the service provider list in `app/config/app.php`.

3 - Run `php artisan config:publish fuhton/simple-admin`.

4 - Run `php artisan asset:publish fuhton/simple-admin`.

5 - Run `php artisan migrate --package=fuhton/simple-admin`.

6 - Sign into your website at `/simple-admin` (ie. github.com/simple-admin) with the credentials:

```
username: simple-admin
password: letmein

```

7 - Immediately change the password, username, and update the email address.

\##Usage ####View Section To create an editable area viewable in your selected view add the following code:

```
{{ SimpleAdmin::content('YOUR CONTENT NAME') }}

```

Also be sure you are using a blade template.B1;2c

\####Admin Section The admin section allows for HTML input. When creating a new content area, simple click the "Add New Content Area" button, fill in the approriate information, and click submit.

Information includes:

- Name

- The slug that is called by your view ( ie. 'YOUR CONTENT NAME' as noted above). It does not matter how long this is, but must be an exact match

- Content

- The content displayed by the shortcode. Inline HTML that is rendered strictly.

\##Customization At this time there is a limited amount of customizable options.

\##Support If you have a support issues please submit a ticket and I will hopefully respond quickly. I am the primary developer and would like to see a long life for this project.

Below are a list of helpful solutions

\####Creating a `users` table Login to your MySQL server and run this command.

```
CREATE TABLE users (
   id INT NOT NULL AUTO_INCREMENT,
   username varchar(100) NOT NULL,
   email varchar(100) NOT NULL,
   password varchar(100) NOT NULL,
   created_at timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
   updated_at timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
   PRIMARY KEY (id)
);

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![fuhton](https://avatars.githubusercontent.com/u/1857806?v=4)](https://github.com/fuhton "fuhton (6 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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