dejwcake/admin-generator

Laravel 8 CRUD generator for dejwcake/craftable

Installs: 107

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 37

Language:Blade

Type:project

0.9.0 2023-05-06 23:59 UTC

This package is auto-updated.

Last update: 2024-04-19 00:05:45 UTC


README

Admin Generator is a package that helps you quickly scaffold your typical CRUD admin interfaces. It generates the code based on the existing (migrated) table in the database. It uses an admin UI template from our other package brackets/admin-ui.

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

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

Documentation

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

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.