Skip to content

kyrozetera/Silex-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silex-Blog

A simple one page blog created as a code sample using the Silex framework.

To set up, install the dependencies using composer:

$ composer install
# or
$ php composer.phar install

Then set up the database schema:

$ mysql -u user -e "CREATE DATABASE blog"
$ mysql -u user blog < blog_dump.sql

Then copy the config.yml.dist file to config.yml and fill in the database credentials.

The login credentials for the existing test user are:

username: user
password: password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published