• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

FrozenNode/Laravel-Administrator: An administrative interface package for Larave ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

FrozenNode/Laravel-Administrator

开源软件地址(OpenSource Url):

https://github.com/FrozenNode/Laravel-Administrator

开源编程语言(OpenSource Language):

PHP 43.3%

开源软件介绍(OpenSource Introduction):

Laravel Administrator

Project Abandoned

WARNING: This project is no longer being maintained.

Administrator is an administrative interface builder for Laravel. With Administrator you can visually manage your Eloquent models and their relations, and also create stand-alone settings pages for storing site data and performing site tasks.

Build Status

Composer

To install Administrator as a Composer package to be used with Laravel 5, simply run:

composer require "frozennode/administrator: 5.*"

Once it's installed, you can register the service provider in config/app.php in the providers array:

'providers' => [
	'Frozennode\Administrator\AdministratorServiceProvider',
]

Then publish Administrator's assets with php artisan vendor:publish. This will add the file config/administrator.php. This config file is the primary way you interact with Administrator. This command will also publish all of the assets, views, and translation files.

Laravel 4

If you want to use Administrator with Laravel 4, you need to resolve to Administrator 4:

"frozennode/administrator": "4.*"

Then publish the config file with php artisan config:publish frozennode/administrator. This will add the file app/config/packages/frozennode/administrator/administrator.php.

Then finally you need to publish the package's assets with the php artisan asset:publish frozennode/administrator command.

Laravel 3

Since Administrator has switched over to Composer, you can no longer use php artisan bundle:install administrator or php artisan bundle:upgrade administrator. If you want to use Administrator with Laravel 3, you must switch to the 3.3.2 branch, download it, and add it in the /bundles/administrator directory and add this to your bundles.php file:

'administrator' => array(
	'handles' => 'admin', //this determines what URI this bundle will use
	'auto' => true,
),

Documentation

The complete docs for Administrator can be found at http://administrator.frozennode.com. You can also find the docs in the /src/docs directory.

Copyright and License

Administrator was written by Jan Hartigan of Frozen Node for the Laravel framework. Administrator is released under the MIT License. See the LICENSE file for details.

Recent Changelog

5.0.12

  • Bugfix: Added the table name to the constraint query
  • Bugfix: Russian translate in knockout.php
  • Bugfix: Update settings.php for Request::url() instead of using url()

5.0.11

  • Bugfix: Had to make the middleware additon backwards compatable
  • Docs: Added doc updates

5.0.10

  • Bugfix: L5.2 changed the way url() works so added url('/') instead
  • Added: Support for middleware additions to the Admin routes via the administrator config
  • Testfix: Fixed failing tests

5.0.9

  • Bugfix: Fix for datetimepicker partially being covered by top menu

5.0.8

  • Bugfix: Rename Bool class to Boolean to fix PHP 7
  • Bugfix: added missing custom attribute field

5.0.7

  • Bugfix: Fixed boolean true bug
  • Bugfix: Fixes a bug where soft deletes are not being properly detected in L5

5.0.6

  • Added: Support for custom domains in the admin routes
  • Added: Ability to access the model from withinthe column output renderer
  • Added: Dynamic Form Request Validation

5.0.5

  • Added: Added password field to the settings view
  • Added: Romanian Language
  • Added: Basic HasMany Implementation along with re-ordering support
  • Bugfix: Autocomplete working with default value
  • Bugfix: Adding missing session to Admin Controller
  • Bugfix: Fixed improper handling of filter value 0 for Enum/Text field
  • Docfix: Simplified the composer command in the install docs to match the packagist.org instuctions
  • Docfix: Changed the type definition for global_rows_per_page to int instead of Null|nt since Null causes divide by 0 error

5.0.4

  • Testfix: fixing tests and js for gulp

5.0.3

  • Cherry Picking v4.16.7

5.0.2

  • Cherry Picking v4.16.6

5.0.1

  • Bugfix: Fixing csrf token mismatches for some requests

5.0.0

  • Upgraded to Laravel 5
  • New translations (az)



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap