lyrixx / fortune
A fortune application
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 9
Open Issues: 0
Type:project
Requires
- php: >=7.0
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/orm: ^2.5
- incenteev/composer-parameter-handler: ^2.0
- pagerfanta/pagerfanta: 1.0.*
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ^3.0.2
- symfony/polyfill-apcu: ^1.0
- symfony/symfony: 3.2.*
- twitter/bootstrap: ~3.0.0
Requires (Dev)
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.0
This package is auto-updated.
Last update: 2020-02-11 18:16:36 UTC
README
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.