Skip to content

alddesign/crudkit-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.