delatbabel/admin

Administrator Panel

dev-master 2017-11-22 09:42 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:34:51 UTC


README

Build Status StyleCI Latest Stable Version Total Downloads

This is currently a work in progress to build a new Laravel 5 compatible administration panel based on AdminLTE

Status

This is working and in use on several projects. There are a lot of things still to do. See the TODO and FIXME notes throughout the code.

The controller endpoints for managing models are all OK. The endpoints for working on settings haven't been done yet and will probably be abandoned.

The code has been brought across from AdminLTE, mostly unchanged except for minor refactoring. The code has been converted to PSR-2 standards.

There is a working example application.

Documentation

Usage and interfacing documentation is in the docs directory.

Source code documentation is in the src directory.

Documentation for the resources (views) is in the resources directory.

Documentation for the assets (public files) is in the public directory.