Download the PHP package super-admin-org/super-admin without Composer

On this page you can find all versions of the php package super-admin-org/super-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package super-admin

super-admin

super-admin is an administrative interface builder for Laravel which can help you build CRUD backends with just a few lines of code.

Homepage | Documentation | GitHub | Extensions

Tests Code Style Latest Version Total Downloads License

Forked from Laravel-admin & Open-admin. Much thanks to Z-song and the open-admin team for their effort and great setup!

Both upstream projects are no longer maintained and remain incompatible with Laravel 11+. This repository continues the work to support Laravel 10, 11, 12, and 13.


Compatibility

Laravel PHP Status
13.x 8.3, 8.4 Supported
12.x 8.2, 8.3, 8.4 Supported
11.x 8.2, 8.3, 8.4 Supported
10.x 8.2, 8.3 Supported

Features

Installation

Requires PHP 8.2+ and Laravel 10.0 or higher.

Publish assets and config:

After running the command you can find the config file in config/admin.php, where you can change the install directory, database connection, or table names.

Run the installer:

Open http://localhost/admin/ in your browser. Login with username admin and password admin.

Updating

Quick Start

That's it! Full CRUD interface with grid, form, filters, and detail page.


Documentation

Comprehensive documentation is available in the docs/ directory with 28 pages covering every feature of the package.

Getting Started

Page Description
Installation Step-by-step setup, database tables, troubleshooting
Quick Start Build your first CRUD in 5 minutes with scaffolding
Configuration Complete config reference - auth, upload, layout, map, and more
Upgrading Version upgrades, migration from open-admin/laravel-admin

Model Grid (Data Tables)

Page Description
Basic Usage Create grids, add columns, query data, pagination, relationships
Column Usage Width, color, sorting, help text, hide, string/collection operations
Column Display 20+ display formatters: image, label, badge, bool, progress, link, QR code, copyable, secret, modal, expand
Filters 17 filter types (equal, like, between, gt/lt, date, where...) with select, radio, checkbox, datetime presenters
Inline Editing Edit data directly in the grid: editable text, switch, select, radio, checkbox
Row & Batch Actions Custom row actions, batch operations, dropdown/context menu styles
Data Export CSV/Excel export, custom exporters
Grid Tools Header, footer, total row, quick search, quick create, hot keys, column selector

Model Form (Data Entry)

Page Description
Basic Usage Create forms, tools, footer, ignore fields, detect state
Form Fields 60+ field types: text, select, radio, checkbox, date/time, file, image, editor, tags, color, map, key-value, table, switch, belongs-to, has-many, embeds, and more
Validation Laravel validation rules, custom messages, creation/update rules, unique constraints
Image/File Upload Storage config, thumbnails, naming, cloud storage, multiple files
Callbacks Hooks: saving, saved, deleting, deleted, editing, submitted
Layout Tabs, columns, rows, fieldsets, dividers, cascade groups, step forms

Model Show & Tree

Page Description
Model Show Detail pages with panels, formatting, relations (one-to-one, one-to-many, many-to-many)
Model Tree Hierarchical data with ModelTree trait, drag-and-drop ordering, select options

Admin Features

Page Description
Permissions RBAC system: users, roles, permissions, route binding, middleware, operation log
Widgets Box, InfoBox, Tab, Table, Collapse, Alert, Callout, Carousel, Form widget, page layout
Console Commands 19 Artisan commands: install, generate controller/form/action, create user, reset password, export seed
CSS/JavaScript Custom assets, inline scripts, theming, built-in libraries
Extensions Build and install extensions, official plugin list

Verification

Page Description
Test Coverage Map Every documented feature mapped to automated tests proving it works

Extensions

Extension Description Version
helpers Several tools to help you in development ~1.0
media-manager Web interface to manage local files ~1.0
config Config manager for super-admin ~1.0
grid-sortable Sortable grids ~1.0
CkEditor CkEditor for forms ~1.0
api-tester Test API calls from the admin ~1.0
scheduling Show and test your cron jobs ~1.0
phpinfo Show PHP info in the admin ~1.0
log-viewer Log viewer for Laravel ~1.0.12
page-designer Page designer to position items freely ~1.0.18
reporter Developer-friendly exception viewer ~1.0.18
redis-manager Redis manager for super-admin ~1.0.20

Contributing

We are looking for active contributors:

Built With

License

super-admin is licensed under The MIT License (MIT).


All versions of super-admin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
symfony/dom-crawler Version ~6.0|~7.0|~8.0
laravel/framework Version ^10.0|^11.0|^12.0|^13.0
doctrine/dbal Version ^3.0|^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package super-admin-org/super-admin contains the following files

Loading the files please wait ...