Download the PHP package htorkashvand/administrator without Composer
On this page you can find all versions of the php package htorkashvand/administrator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download htorkashvand/administrator
More information about htorkashvand/administrator
Files in htorkashvand/administrator
Package administrator
Short Description A database interface package for Laravel
License MIT
Homepage http://administrator.frozennode.com
Informations about the package administrator
Laravel Administrator
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: Hamed Torkashvand
- Website: [http://htorkashvand.github.io]
- Version: 1.0.0

Composer
To install Administrator as a Composer package to be used with Laravel 5, 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.
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.