laravel-admin是一个基于laravel的后台管理开发框架

网友投稿 1597 2022-10-31

laravel-admin是一个基于laravel的后台管理开发框架

laravel-admin是一个基于laravel的后台管理开发框架

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

Documentation | 中文文档 | Demo | Demo source code | Extensions

Inspired by SleepingOwlAdmin and rapyd-laravel.

Screenshots

Requirements

PHP >= 7.0.0Laravel >= 5.5.0Fileinfo PHP Extension

Installation

This package requires PHP 7+ and Laravel 5.5, for old versions please refer to 1.4

First, install laravel 5.5, and make sure that the database connection settings are correct.

composer require encore/laravel-admin

Then run these commands to publish assets and config:

php artisan vendor:publish --provider="Encore\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.

Configurations

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

Extensions

ExtensionDescriptionlaravel-admin
helpersSeveral tools to help you in development~1.5
media-managerProvides a web interface to manage local files~1.5
api-testerHelp you to test the local laravel APIs~1.5
schedulingScheduling task manager for laravel-admin~1.5
redis-managerRedis manager for laravel-admin~1.5
backupAn admin interface for managing backups~1.5
log-viewerLog viewer for laravel~1.5
configConfig manager for laravel-admin~1.5
reporterProvides a developer-friendly web interface to view the exception~1.5
wangEditorA rich text editor based on wangeditor~1.6
summernoteA rich text editor based on summernote~1.6
china-distpicker一个基于distpicker的中国省市区选择器~1.6
simplemdeA markdown editor based on simplemde~1.6
phpinfoIntegrate the phpinfo page into laravel-admin~1.6
php-editor
python-editor
js-editor
css-editor
clike-editor
Several programing language editor extensions based on code-mirror~1.6
star-ratingStar Rating extension for laravel-admin~1.6
json-editorJSON Editor for Laravel-admin~1.6
grid-lightboxTurn your grid into a lightbox & gallery~1.6
daterangepickerIntegrates daterangepicker into laravel-admin~1.6
material-uiMaterial-UI extension for laravel-admin~1.6
sparklineIntegrates jQuery sparkline into laravel-admin~1.6
chartjsUse Chartjs in laravel-admin~1.6
echartsUse Echarts in laravel-admin~1.6
simditorIntegrates simditor full-rich editor into laravel-admin~1.6
cropperA simple jQuery image cropping plugin.~1.6
composer-viewerA web interface of composer packages in laravel.~1.6
data-tableAdvanced table widget for laravel-admin~1.6

Contributors

Backers

Sponsors

Other

laravel-admin based on following plugins or services:

LaravelAdminLTEDatetimepickerfont-awesomemomentGoogle mapTencent mapbootstrap-fileinputjquery-pjaxNestabletoastrX-editablebootstrap-number-inputfontawesome-iconpickersweetalert2

License

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

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Logrus 是一个结构化、可插拔的Go(golang)日志框架
下一篇:非递归归并排序详细分析
相关文章

 发表评论

暂时没有评论,来抢沙发吧~