Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
/ Fortunes Public archive

A Fortune application written with Symfony2

License

Notifications You must be signed in to change notification settings

lyrixx/Fortunes

Repository files navigation

Fortunes

SensioLabsInsight Build Status

Screenshot

Screenshot

Installation

curl -sS https://getcomposer.org/installer | php
php composer.phar install
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force
php bin/console assetic:dump --env="prod"

# Enjoy

Security

If you want to add a security layer to this application, copy app/config.security.yml.dist to app/config.security.yml. By default, this file add HTTP Basic authentication with the user as username. The password (plain text) is stored in app/config/parameter.yml. But feel free to adapt to your needs.

License

This library is under the MIT license. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

About

A Fortune application written with Symfony2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published