Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Takitaf/slim-project

Repository files navigation

Slim Framework 3 Skeleton Application

Package with an easy-to-start skeleton of Slim Framework 3 application, with use of RequireJS, Gulp and EJS templates.

Quick description

Project contains few directories:

  • app - contains all PHP server files
  • resources - contains global js, css files, which are then compiled to a public directory by gulp.
  • views - contains all views (html) files and also EJS templates and local CSS/JS files. Every view can be found in it's own directory, where should always be an index.twig file and also js and css directories (with local JS, CSS files). Additionally, one can create subdirectory called precompiled_templates with .ejs files in it. Using gulp templates command will compile those .ejs files into .jst files in templates subdirectory.

About

Skeleton for PHP Slim 3 Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published