delatbabel / admin
Administrator Panel
Requires
- php: >=5.6.0
- aws/aws-sdk-php: ^3.30
- delatbabel/applog: dev-master
- delatbabel/contacts: dev-master
- delatbabel/fluents: ~1.0
- delatbabel/keylists: dev-master
- delatbabel/viewpages: dev-master
- laravel/framework: 5.1.*
- league/flysystem-aws-s3-v3: ^1.0
- maatwebsite/excel: ~2.1.0
- proengsoft/laravel-jsvalidation: ^1.5
- rcrowe/twigbridge: ^0.9.2
- srlabs/centaur: 1.*
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-10 05:45:49 UTC
README
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.