laravel-admin

Build a full-featured administrative interface in ten minutes

Github星跟踪图

Screenshots

laravel-admin

Requirements

  • PHP >= 7.0.0
  • Laravel >= 5.5.0
  • Fileinfo 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.

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! ? [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]









Other

laravel-admin based on following plugins or services:

License

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

主要指标

概览
名称与所有者z-song/laravel-admin
主编程语言PHP
编程语言PHP (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2015-12-30 10:42:57
推送于2024-07-03 14:08:34
最后一次提交2023-02-03 22:34:41
发布数81
最新版本名称v1.8.19 (发布于 )
第一版名称v1.1.6 (发布于 )
用户参与
星数11.2k
关注者数364
派生数2.8k
提交数3.2k
已启用问题?
问题数4368
打开的问题数213
拉请求数816
打开的拉请求数47
关闭的拉请求数602
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?