2017 © Pedro Peláez
 

project bestwishes

Multilanguage wishlist application

image

webdl/bestwishes

Multilanguage wishlist application

  • Wednesday, June 27, 2018
  • by kissifrot
  • Repository
  • 2 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 20 % Grown

The README.md

BestWishes

Build Status, (*1)

BestWishes is a multilingual wishlist application allowing users to manage their wishlist and indicate who havecomposer.json bought what to avoid receiving the same gift for Christmas (for example)., (*2)

Users can also add surprise gifts and manage additions and purchase alerts., (*3)

Recurrent as well as "one-shot" events are also configurable., (*4)

The current branch is based on symfony 6.x. For symfony 5.4 version see 1.x branch., (*5)

Installation

BestWishes uses Composer to ease the creation of a new project:, (*6)

$ composer create-project webdl/bestwishes path/to/install

Composer will create a new BestWishes project under the path/to/install directory.
You will have to enter main parameters such as database info and others in the .env file., (*7)

Database setup

After having indicated the main parameters, run, (*8)

$ php bin/console doctrine:database:create

to create the database, and, (*9)

$ php bin/console doctrine:migrations:migrate

to populate schema., (*10)

Application setup

TODO, (*11)

An installer is needed, didn't have the time to do it yet., (*12)

The Versions