Skip to content
/ crud Public

A simple CRUD Operation using Slim Framework + Web Starter Kit Boilerplate

Notifications You must be signed in to change notification settings

leychay/crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1ca20d · Sep 15, 2016

History

20 Commits
Sep 14, 2016
Sep 14, 2016
Sep 5, 2016
Sep 14, 2016
Sep 14, 2016
Sep 14, 2016
Sep 15, 2016
Sep 15, 2016
Sep 5, 2016
Sep 5, 2016

Repository files navigation

CRUD

A simple CRUD Operation using Slim Framework using Creative Tim Paper Dashboard Theme

Requirement

PHP 5.5.x and above Composer

Installation

$ git clone https://github.com/leychay/crud.git
$ composer install

Permissions

Before running the application, you need to give permissions for apache to write to some of the files:

    - logs/
    - cache/
ex: $ sudo chown www-data:www-data logs/ cache/
    $ sudo chmod ug+w logs/ cache/

Links

About

A simple CRUD Operation using Slim Framework + Web Starter Kit Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published