Download the PHP package exodusanto/administrator without Composer
On this page you can find all versions of the php package exodusanto/administrator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download exodusanto/administrator
More information about exodusanto/administrator
Files in exodusanto/administrator
Package administrator
Short Description A database interface package for Laravel (Legacy of Frozennode Laravel-Administrator)
License MIT
Homepage http://administrator.frozennode.com
Informations about the package administrator
Laravel Administrator (New Version)
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
- Version: 5.0.11
New Version
- Author: Antonio Dal Sie
- Website: http://antoniodalsie.com
- Version: 5.4

Composer
To install Administrator as a Composer package to be used with Laravel 5.8, simply run:
To install Administrator as a Composer package to be used with Laravel 5.7, simply run:
Once it's installed, you can register the service provider in config/app.php
in the providers
array:
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:
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:
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
8.1.3
- Fix: Fix broken version constraint (#50)
8.1.2
- Bump: Bump mockery/mockery (#49)
8.1.1
- Fix: Removed Input facade (#41)
8.1.0
- Support: PHP 8.0
8.0.0
- Support: Laravel 8.0
7.0.0
- Support: Laravel 7.0
6.0.0
- Support: Laravel 6.0
5.8.1
- Fix: Relationships BelongsTo (#30)
5.8.0
- Support: Laravel 5.8
5.7.0
- Support: Laravel 5.7
All versions of administrator with dependencies
laravel/framework Version 8.*
ckeditor/ckeditor Version 4.*
mockery/mockery Version ^1.5