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".
- Host: GitHub
- URL: https://github.com/alddesign/crudkit-standalone
- Owner: alddesign
- Created: 2019-08-19T14:06:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T21:26:01.000Z (about 2 years ago)
- Last Synced: 2025-01-30T15:20:07.164Z (4 months ago)
- Topics: adminlte, crud, crud-application, database, database-management, laravel, php, php8, sql, sqlite, ui-kit, ui-kit-framework, uikit
- Language: PowerShell
- Homepage:
- Size: 126 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).