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: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T21:18:48.000Z (about 2 years ago)
- Last Synced: 2025-01-30T15:20:09.321Z (4 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
#  CRUDKit


## 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)