Skip to content

aviqbaihaqy/slim-webix-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim 3 application skeleton

SensioLabsInsight Scrutinizer Code Quality

This is an app skeleton for the Slim PHP Micro-Framework to get started quickly

Features

For more information, check out the project's website or the wiki.

Installation

Create the project using Composer

$ git clone https://github.com/baihaqyaviq/slim-webix-base.git

Setup environment variables

Copy .env.dist to a .env file and change the values to your needs. This file is ignored by Git so all developers working on the project can have their own configuration.

Setup cache files permissions

The skeleton uses a cache system for Twig templates and the Monolog library for logging, so you have to make sure that PHP has write permissions on the var/cache/ and var/log/ directories.

Update your database schema

First, create a database with the name you set in the .env file. Then you can create the tables by running this command:

$ php bin/console db

About

slim framework 3 skelethon with webix forked from https://github.com/awurth/Slim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published