lyrixx/fortune

This package is abandoned and no longer maintained. No replacement package was suggested.

A fortune application

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 3

Forks: 9

Open Issues: 0

Type:project

dev-master / 1.0.x-dev 2017-06-21 16:24 UTC

This package is auto-updated.

Last update: 2020-02-11 18:16:36 UTC


README

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.