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

https://github.com/alddesign/crudkit-standalone

Ready to use version of "alddesign/crudkit".
https://github.com/alddesign/crudkit-standalone

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

Last synced: 2 months ago
JSON representation

Ready to use version of "alddesign/crudkit".

Awesome Lists containing this project

README

        

# CRUDKit standalone
## About
CRUDKit standalone is a ready to use version of [alddesign/crudkit](https://github.com/alddesign/crudkit). So you dont need to deal with setting up a laravel project and composer.

It is configured to run the included sample database by default.

**Download: [crudkit.zip](https://raw.githubusercontent.com/alddesign/crudkit-standalone/master/crudkit.zip)**

## Getting started
* An Apache 2 webserver with PHP version >= 8.0.2 is needed.
* Download and extract [crudkit.zip](https://raw.githubusercontent.com/alddesign/crudkit-standalone/master/crudkit.zip)
* Put the extracted "crudkit" folder to your webservers `htdocs` directory.
* This is your laravel root directory from now on.
* The next steps are the same as for the original project. So please see "Setup on Webserver" section of the original project: [readme-installation#setup-on-webserver](https://github.com/alddesign/crudkit/blob/master/readme-installation.md#setup-on-webserver).