dejwcake/admin-ui

Administration user interface template

Maintainers

Details

github.com/dejwCake/admin-ui

Source

Installs: 296

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 13

Language:Blade

Type:project

0.9.0 2023-05-06 23:58 UTC

This package is auto-updated.

Last update: 2024-04-18 22:49:43 UTC


README

Admin UI is an administration template for Laravel 6 (LTS) & 7 & 8. It provides admin layout and basic UI elements to build up an administration area (CMS, e-shop, back-office, ...).

Example of an administration interface built with this package: Craftable administration area example

This packages is part of Craftable (brackets/craftable) - an administration starter kit for Laravel 6 (LTS) & 7 & 8. You should definitely have a look :)

You can find full documentation at https://docs.getcraftable.com/#/admin-ui

Run tests

To run tests use this docker environment.

  docker-compose run -it test vendor/bin/phpunit

To switch between postgresql and mariadb change in docker-compose.yml DB_CONNECTION environmental variable:

- DB_CONNECTION: pgsql
+ DB_CONNECTION: mysql

Issues

Where do I report issues? If something is not working as expected, please open an issue in the main repository https://github.com/BRACKETS-by-TRIAD/craftable.