burlagg / laravel-administrator
Fork of Exodusanto (frozennode) Laravel Administrator. Supports newer versions of Laravel
Requires
- php: ^8.2
- ckeditor/ckeditor: 4.*
- laravel/framework: ^11.0
- mockery/mockery: ^1.5
Requires (Dev)
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-06-11 19:13:06 UTC
README
Laravel 11 support
This package is a fork made for support of newer Laravel versions. Original package is exodusanto/Laravel-Admin, which was a fork of FrozenNode/Laravel-Administrator.
Этот пакет - форк известных exodusanto/Laravel-Admin и FrozenNode/Laravel-Administrator, созданный для поддержки новый версий Laravel.
Install / Update
Laravel 11
composer require "burlagg/laravel-administrator: 11.*"
Laravel 10
composer require "burlagg/laravel-administrator: 10.*"
Laravel 9
composer require "burlagg/laravel-administrator: 9.*"
Original about
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.
- Author: Jan Hartigan
- Website: http://frozennode.com
New Version
- Author: Antonio Dal Sie
- Website: http://antoniodalsie.com
Documentation
The complete docs for Administrator can be found at ./docs/documentation.md. 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.