elegant-admin/provider

v1.8.20 2023-03-19 05:44 UTC

This package is auto-updated.

Last update: 2024-04-19 08:40:38 UTC


README

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

Documentation | 中文文档(GitHub) | 中文文档(码云)

Based on the upgraded version of laravel-admin, various problems have been fixed and new features have been added,Any questions are welcomeissues

基于laravel-admin 的升级版,修复了各种问题,新增功能,有任何问题,欢迎issues

For upgrades, see the Release Discovery Notes releases

升级内容请查看版本发现说明 releases

Requirements

  • PHP >= 7.0.0
  • Laravel >= 8.*
  • Fileinfo PHP Extension

Installation

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

composer require elegant-admin/provider:1.*

Then run these commands to publish assets and config:

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

License

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