2017 © Pedro Peláez
 

library crudkit-template

A template to be used with 'composer create-project' to create a new crudkit project.

image

skyronic/crudkit-template

A template to be used with 'composer create-project' to create a new crudkit project.

  • Friday, December 25, 2015
  • by skyronic
  • Repository
  • 2 Watchers
  • 1 Stars
  • 4,869 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

CrudKit QuickStart

This repository contains the quickstart which lets you quickly build a simple app using CrudKit. It is an alternative to the Manual Installation., (*1)

  1. It automatically requires all the dependencies.
  2. It copies the static files into the static folder

Installation using composer create-project

composer create-project skyronic/crudkit-template your_project

Alternative installation

git clone git@github.com:skyronic/crudkit-template.git your_project
cd your_project
composer install

Running for development

php -S 0.0.0.0:8080

And open http://localhost:8080/index.php, (*2)

Deploying on Apache or XAMPP

Copy this into your web root (usually /var/www or htdocs), (*3)

Deploying on Nginx

Copy this into your web root and open it in your browser., (*4)

Upgrading crudkit

This will always use the latest CrudKit beta version. You can start the upgrade by using composer update. The installer will automatically copy all the static files each time you update., (*5)

The Versions

25/12 2015

dev-master

9999999-dev

A template to be used with 'composer create-project' to create a new crudkit project.

  Sources   Download

The Requires

 

25/12 2015

0.1.4

0.1.4.0

A template to be used with 'composer create-project' to create a new crudkit project.

  Sources   Download

The Requires

 

25/12 2015

0.1.3

0.1.3.0

A template to be used with 'composer create-project' to create a new crudkit project.

  Sources   Download

The Requires

 

25/12 2015

0.1

0.1.0.0

A template to be used with 'composer create-project' to create a new crudkit project.

  Sources   Download

The Requires