Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alddesign/crudkit
- Owner: alddesign
- License: mit
- Created: 2019-08-18T22:05:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T21:18:48.000Z (over 1 year ago)
- Last Synced: 2024-04-27T18:20:19.857Z (8 months ago)
- Topics: adminlte, crud, crud-application, database, database-management, laravel, php, php8, sql, sqlite, ui-kit, ui-kit-framework, uikit
- Language: PHP
- Homepage:
- Size: 36.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)