dejwcake / admin-ui
Administration user interface template
Installs: 343
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 13
Language:Blade
Type:project
Requires
- php: ^8.1
- illuminate/support: ^10.0
- intervention/image: ^2.7
- spatie/image-optimizer: ^1.6
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench-browser-kit: ~8.2
- phpunit/phpunit: ^10.1
This package is auto-updated.
Last update: 2024-10-18 23:50:30 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:
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.