Skip to content

Commit

Permalink
updating some wording in the introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
janhartigan committed Aug 22, 2013
1 parent 37c52e2 commit 5569704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel Administrator

Administrator is a database interface package for the Laravel PHP framework. Administrator provides a visual interface to manage the data models on your site as you define them. In its most basic configuration, all you have to do is reference your application's Eloquent data models and provide a couple more configuration options.
Administrator is an administrative interface builder for [Laravel](http://laravel.com). 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](http://frozennode.com)
Expand Down
4 changes: 2 additions & 2 deletions src/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<a name="overview"></a>
##Overview

Administrator is a database interface package for the Laravel PHP framework that provides a visual interface to administer Eloquent data models and their relationships.
Administrator is an administrative interface builder for [Laravel](http://laravel.com). 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.

For each model you can define which fields an administrative user can edit, which columns to display in the results table, custom action buttons, and the filters that they will be able to use. These fields can also be "belongsTo" and "belongsToMany" relationships (but not "hasOne" and "hasMany" relationships), allowing your users to easily manage how data on your site is related.
For each Eloquent model you can define which fields an administrative user can edit, which columns to display in the results table, custom action buttons, and the filters that they will be able to use. These fields can also be "belongsTo" and "belongsToMany" relationships (but not "hasOne" and "hasMany" relationships), allowing your users to easily manage how data on your site is related.


<a name="authentication"></a>
Expand Down

0 comments on commit 5569704

Please sign in to comment.