Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alddesign/crudkit

CRUDKit lets you create UI webpages for existing databases within minutes.
https://github.com/alddesign/crudkit

adminlte crud crud-application database database-management laravel php php8 sql sqlite ui-kit ui-kit-framework uikit

Last synced: about 1 month ago
JSON representation

CRUDKit lets you create UI webpages for existing databases within minutes.

Awesome Lists containing this project

README

        

# ![logo](./src/assets/crudkit/img/crudkit_logo_64.png) CRUDKit
![GitHub](https://img.shields.io/github/license/alddesign/crudkit?style=flat-square)
![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/alddesign/crudkit/php?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/alddesign/crudkit?style=flat-square)

## About
CRUDKit lets you create UI webpages for existing databases within minutes.

**C**reate, **R**ead, **U**pdate and **D**elete. Often, nothing more than these four basic operations are needed by user. CRUDKits helps to provide these in a fashionable manner. Great results can be achived even without a single line of code, as CRUDKit can automatically generate webpages. Beyond that its highly configurable and extendable.

CRUDKit runs on [PHP](https://php.net/) and uses the [Laravel](https://laravel.com/) framework as its foundation. [AdminLTE](https://adminlte.io/) is used to draw the frontend.

## Getting started
For the first steps check out:
1. Installation instructions: [readme-installation](./readme-installation.md)
2. How-to guide: [readme-howto](./readme-howto.md)
3. API documentation (reference), if you want to dig deeper: [readme-api-doc](./readme-api-doc.md)

If you are not willing to deal with laravel, composer or simply want to start fast: [alddesign/crudkit-standalone](https://github.com/alddesign/crudkit-standalone)