codebryo/aidkit

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

The Admin Interface Development Kit for Laravel

Maintainers

Details

github.com/aidkit/aidkit

Source

Issues

Installs: 175

Dependents: 0

Suggesters: 0

Security: 0

Stars: 97

Watchers: 15

Forks: 24

Open Issues: 3

Language:CSS

dev-master 2013-09-26 08:13 UTC

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 provided
      • Aidkit::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 Configfile
      • Aidkit::renderErrors($errors) - If there are any errors the will be nicely renderd as listitems in a unordered list
      • Aidkit::renderNavigation($array) - Will return a HTML rendered version of the navigation array. By default you may want to load the Navigation from the configfile like Config::get('aidkit::navigation.navigation')

Latest Stable:

  • ... not yet

Some Screens

Screen 1

Screen 2