This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
Update Later | ||
# Mitter (A Model-Sitter for Laravel) | ||
Mitter builds index page, create & edit forms and also handle the saving parts for all your models and their relations in your admin panel. | ||
|
||
Mitter consists several classes for these purpose: | ||
|
||
- FormBuilder: Generates forms for creating & editing models and their relations | ||
- FormSaver: Handles saving process of a model, for both self attributes and relation models | ||
- IndexBuiler: Generates an index table for models. | ||
- BaseController: Provides a REST resource controller for all models. | ||
- BaseApiController: Provides a simple [id,text] API for models to be used on forms | ||
|
||
|
||
### Version | ||
> Mitter beta has been tested in my several personal projects. | ||
1.0.0-rc.1 | ||
|
||
### Techs | ||
|
||
Mitter uses a number of open source projects for its interface to work properly: | ||
|
||
* [Twitter Bootstrap] - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web | ||
* [jQuery] - jQuery JavaScript Library | ||
* [select2] - a jQuery based replacement for select boxes | ||
* [Eonasdan/bootstrap-datetimepicker] - Date/time picker widget based on twitter bootstrap | ||
|
||
### Installation | ||
Update Later |