Download the PHP package menqz/menqz-admin without Composer
On this page you can find all versions of the php package menqz/menqz-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download menqz/menqz-admin
More information about menqz/menqz-admin
Files in menqz/menqz-admin
Package menqz-admin
Short Description menqz-admin. Open-source Laravel Admin panel. No pro or paid package, free & open. Based on open-admin
License MIT
Homepage https://github.com/Menqz/menqz-admin
Informations about the package menqz-admin
MenqzAdmin
menqz-admin
is administrative interface builder for laravel which can help you build CRUD backends just with few lines of code.
Forked from open-admin
Requirements
- PHP >= 7.3.0
- Laravel >= 7.0.0
- Fileinfo PHP Extension
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.
Then run these commands to publish assets and config:
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.
Open http://localhost/admin/
in browser,use username admin
and password admin
to login.
Updating
Updating to a new version of menqz-admin may require updating assets you can publish them using:
Configurations
The file config/admin.php
contains an array of configurations, you can find the default configurations in there.
Extensions
More coming soon
Extension | Description | open-admin |
---|---|---|
helpers | Several tools to help you in development | ~1.0 |
media-manager | Provides a web interface to manage local files | ~1.0 |
config | Config manager for open-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 cronjobs | ~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 | Provides a developer-friendly web interface to view the exception | ~1.0.18 |
redis-manager | Redis manager for open-admin | ~1.0.20 |
Contribute?
we are looking for active contributors:
- testing
- extension development
- translating documentation
- financing
Other
menqz-admin
based on the following plugins or services:
- Laravel
- Axios
- Bootstrap5
- Choicesjs
- Font-awesome
- Moment
- LeafletJS
- OpenStreetMaps
- Sweetalert2
- Toastify
- Flatpickr
- Sortablejs
- Nprogress
- Dual-Listbox
- Coloris
License
menqz-admin
is licensed under The MIT License (MIT).
All versions of menqz-admin with dependencies
symfony/dom-crawler Version ~3.1|~4.0|~5.0
laravel/framework Version >=7.0
doctrine/dbal Version 2.*|3.*