PHPackages                             keochoandara/open-admin-gdce - 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. keochoandara/open-admin-gdce

ActiveLibrary[Admin Panels](/categories/admin)

keochoandara/open-admin-gdce
============================

open-admin. Open-source Laravel Admin panel. No pro or paid package, free &amp; open. Based on laravel-admin, with special thanks to z-song

v0.1.5(1y ago)017MITPHPPHP ~7.3|~8.0

Since Jan 6Pushed 1y agoCompare

[ Source](https://github.com/keochoandara/open-admin-gdce)[ Packagist](https://packagist.org/packages/keochoandara/open-admin-gdce)[ Docs](https://github.com/open-admin-org/open-admin)[ RSS](/packages/keochoandara-open-admin-gdce/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (8)Versions (7)Used By (0)

[![open-admin](https://camo.githubusercontent.com/346b9bad5f80dd5d09a3bccbbf196d6b337dbc95162541b19ce63543ba9076b0/68747470733a2f2f6f70656e2d61646d696e2e6f72672f6766782f6c6f676f2e706e67)](https://open-admin.org/)

`open-admin` is administrative interface builder for laravel which can help you build CRUD backends just with few lines of code.

[Homepage](https://open-admin.org) | [Documentation](https://open-admin.org/docs) | [Download](https://github.com/open-admin-org/open-admin) | [Extensions](https://github.com/open-admin-org?tab=repositories)

 [ ![StyleCI](https://camo.githubusercontent.com/fd458a4a73347136c2c202317acd0a2081912c23d1833a04f23c51ee110222da/68747470733a2f2f7374796c6563692e696f2f7265706f732f3336353836343830362f736869656c64) ](https://styleci.io/repos/365864806) [ ![Packagist](https://camo.githubusercontent.com/45ed519f8ae8303bc5e1ad7b7d96773f6a91355983fd3e98c47b0bee1e326349/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f70656e2d61646d696e2d6f72672f6f70656e2d61646d696e2e7376673f7374796c653d666c61742d73717561726526636f6c6f723d627269676874677265656e) ](https://packagist.org/packages/open-admin-org/open-admin) [ ![Total Downloads](https://camo.githubusercontent.com/ffa5ce723cd87aae43409073dd7a27b09e35e22c5712524c2302291f4a73af4f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f70656e2d61646d696e2d6f72672f6f70656e2d61646d696e2e7376673f7374796c653d666c61742d737175617265) ](https://packagist.org/packages/open-admin-org/open-admin) [ ![Awesome Laravel](https://camo.githubusercontent.com/6cc6459afcc114423c0412c1b4ceb73abf547c737f57edc9cb88f9512c8bab93/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f417765736f6d652d4c61726176656c2d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265) ](https://github.com/open-admin-org/open-admin)

 Forked from [Laravel-admin](https://github.com/z-song/laravel-admin) Much thanks to Z-song for all the effort &amp; great setup!

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

[](#requirements)

- PHP &gt;= 7.3.0
- Laravel &gt;= 7.0.0
- Fileinfo PHP Extension

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

[](#installation)

> This package requires PHP 7.3+ and Laravel 7.0 or up

First, install laravel (7.0 / 8.0 or up), and make sure that the database connection settings are correct.

```
composer require keochoandara/open-admin-gdce

```

Then run these commands to publish assets and config：

```
php artisan vendor:publish --provider="OpenAdmin\Admin\AdminServiceProvider"

```

After run command you can find config file in `config/admin.php`, in this file you can change the install directory,db connection or table names.

At last run following command to finish install.

```
php artisan admin:install

```

Open `http://localhost/admin/` in browser,use username `admin` and password `admin` to login.

Updating
--------

[](#updating)

Updating to a new version of open-admin may require updating assets you can publish them using:

```
php artisan vendor:publish --tag=open-admin-assets --force

```

Configurations
--------------

[](#configurations)

The file `config/admin.php` contains an array of configurations, you can find the default configurations in there.

Extensions
----------

[](#extensions)

[Extension development](https://open-admin.org/docs/en/extension-development)

More coming soon

ExtensionDescriptionopen-admin[helpers](https://github.com/open-admin-org/helpers)Several tools to help you in development~1.0[media-manager](https://github.com/open-admin-org/media-manager)Provides a web interface to manage local files~1.0[config](https://github.com/open-admin-org/config)Config manager for open-admin~1.0[grid-sortable](https://github.com/open-admin-org/grid-sortable)Sortable grids~1.0[CkEditor](https://github.com/open-admin-org/ckeditor)CkEditor for forms~1.0[api-tester](https://github.com/open-admin-org/api-tester)Test api calls from the admin~1.0[scheduling](https://github.com/open-admin-org/scheduling)Show and test your cronjobs~1.0[phpinfo](https://github.com/open-admin-org/phpinfo)Show php info in the admin~1.0[log-viewer](https://github.com/open-admin-org/log-viewer)Log viewer for Laravel~1.0.12[page-designer](https://github.com/open-admin-org/page-designer)Page designer to position items freely~1.0.18[reporter](https://github.com/open-admin-org/reporter)Provides a developer-friendly web interface to view the exception~1.0.18[redis-manager](https://github.com/open-admin-org/redis-manager)Redis manager for open-admin~1.0.20Contribute?
-----------

[](#contribute)

we are looking for active contributors:

- testing
- extension development
- translating documentation
- financing

Other
-----

[](#other)

`open-admin` based on the following plugins or services:

- [Laravel](https://laravel.com/)
- [Axios](https://github.com/axios/axios)
- [Bootstrap5](https://getbootstrap.com/docs/5.0/getting-started/introduction/)
- [Choicesjs](https://github.com/Choices-js/Choices)
- [Font-awesome](http://fontawesome.io)
- [Moment](http://momentjs.com/)
- [LeafletJS](https://leafletjs.com/)
- [OpenStreetMaps](https://www.openstreetmap.org/)
- [Sweetalert2](https://github.com/sweetalert2/sweetalert2)
- [Toastify](https://github.com/apvarun/toastify-js)
- [Flatpickr](https://github.com/flatpickr/flatpickr)
- [Sortablejs](https://github.com/SortableJS/Sortable)
- [Nprogress](https://ricostacruz.com/nprogress/)
- [Dual-Listbox](https://github.com/maykinmedia/dual-listbox/)
- [Coloris](https://github.com/mdbassit/Coloris/)

License
-------

[](#license)

`open-admin` is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance45

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 79.4% 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 ~12 days

Total

6

Last Release

427d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e49276248075412faa75c4860fdf23d63c22fb5a33dda8e287db6b6d0c3f2cc?d=identicon)[keochoandara](/maintainers/keochoandara)

---

Top Contributors

[![open-admin-org](https://avatars.githubusercontent.com/u/86517067?v=4)](https://github.com/open-admin-org "open-admin-org (196 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (17 commits)")[![wishbone-productions](https://avatars.githubusercontent.com/u/23333413?v=4)](https://github.com/wishbone-productions "wishbone-productions (11 commits)")[![keochoandara](https://avatars.githubusercontent.com/u/7546335?v=4)](https://github.com/keochoandara "keochoandara (10 commits)")[![markc](https://avatars.githubusercontent.com/u/8134?v=4)](https://github.com/markc "markc (3 commits)")[![hirayama-onagigawa-computing](https://avatars.githubusercontent.com/u/21114536?v=4)](https://github.com/hirayama-onagigawa-computing "hirayama-onagigawa-computing (3 commits)")[![franzyke](https://avatars.githubusercontent.com/u/3132257?v=4)](https://github.com/franzyke "franzyke (2 commits)")[![myxiaoao](https://avatars.githubusercontent.com/u/1223134?v=4)](https://github.com/myxiaoao "myxiaoao (2 commits)")[![SachinBahukhandi](https://avatars.githubusercontent.com/u/17425177?v=4)](https://github.com/SachinBahukhandi "SachinBahukhandi (2 commits)")[![paramientos](https://avatars.githubusercontent.com/u/4548213?v=4)](https://github.com/paramientos "paramientos (1 commits)")

---

Tags

laravelgridopenformadminfreeopen-admin

### Embed Badge

![Health badge](/badges/keochoandara-open-admin-gdce/health.svg)

```
[![Health](https://phpackages.com/badges/keochoandara-open-admin-gdce/health.svg)](https://phpackages.com/packages/keochoandara-open-admin-gdce)
```

###  Alternatives

[open-admin-org/open-admin

open-admin. Open-source Laravel Admin panel. No pro or paid package, free &amp; open. Based on laravel-admin, with special thanks to z-song

28464.9k22](/packages/open-admin-org-open-admin)[encore/laravel-admin

laravel admin

11.2k3.1M444](/packages/encore-laravel-admin)

PHPackages © 2026

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