Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 993 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 993 Bytes

CRUDKit standalone

About

CRUDKit standalone is a ready to use version of 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

Getting started

  • An Apache 2 webserver with PHP version >= 8.0.2 is needed.
  • Download and extract 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.