2017 © Pedro Peláez
 

project fortune

A fortune application

image

lyrixx/fortune

A fortune application

  • Wednesday, June 21, 2017
  • by lyrixx
  • Repository
  • 4 Watchers
  • 13 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 3 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Fortunes

SensioLabsInsight Build Status, (*1)

Screenshot

Screenshot, (*2)

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., (*3)

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., (*4)

The Versions