Skip to content

fwk/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fwk\Core Skeleton Application

This is a skeleton Application for Fwk\Core. Install it using Composer to get started:

$ php composer.phar create-project fwk/skeleton path/to/install --prefer-dist --dev dev-master

Now cd to path/to/install and edit the configuration file:

$ cp app/config.ini-dist app/config.ini

What's included

Cache directory

Assetic and Twig may require a directory to put cache files. By default, it's configured as ./cache. You can initialize this directory by typing:

$ mkdir cache && chmod 777 cache

You can also change this directory path in ./app/config.ini.

Hack on

Now point your browser to your http server: http://localhost/~username/webapp/public/index.php/ and you're set! Happy development :)

About

Fwk\Core Skeleton Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages