codebryo / aidkit
The Admin Interface Development Kit for Laravel
Installs: 175
Dependents: 0
Suggesters: 0
Security: 0
Stars: 97
Watchers: 15
Forks: 24
Open Issues: 3
Language:CSS
Requires
- php: >=5.3.0
- illuminate/support: 4.0.x
This package is not auto-updated.
Last update: 2015-11-08 09:00:01 UTC
README
The "Admin Interface Development Kit" for Laravel
You can find a full documentation on Adikit here
http://codebryo.github.io/aidkit/img/screen1.png
Recent Updates
New Users Authentification. Those Users are called Medics by default.
Missing Page - If you enter a wrong url or so you'll see a beautiful 404 Page Preview
Facade Support
- Compose:
Aidkit::composeActionMessage($action)
- Will return a well formatted string based on the Action providedAidkit::composeReadableTime($timestamp)
- Will create easy to read times out of PHP or UNIX Timestamps (i.e. 2013-07-18 09:31:21 => Thursday at 9:31 am )
- Render:
Aidkit::renderBaseTag()
- Generates the HTML5 Base tag including the Value for the Backend defined in the ConfigfileAidkit::renderErrors($errors)
- If there are any errors the will be nicely renderd as listitems in a unordered listAidkit::renderNavigation($array)
- Will return a HTML rendered version of the navigation array. By default you may want to load the Navigation from the configfile likeConfig::get('aidkit::navigation.navigation')
- Compose:
Latest Stable:
- ... not yet