Skip to content
/ betvbet Public

A website where customers bet against each other rather than the bookie.

License

Notifications You must be signed in to change notification settings

Scowen/betvbet

Repository files navigation

Bet v Bet

DIRECTORY STRUCTURE

  assets/             contains assets definition
  commands/           contains console commands (controllers)
  components/         contains custom classes
  config/             contains application configurations
  controllers/        contains Web controller classes
  mail/               contains view files for e-mails
  models/             contains model classes
  runtime/            contains files generated during runtime
  tests/              contains various tests for the basic application
  vendor/             contains dependent 3rd-party packages
  views/              contains view files for the Web application
  web/                contains the entry script and Web resources

REQUIREMENTS

The minimum requirement by this project template that your Web server supports PHP 5.4.0.

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

Run the following command:

php composer.phar update

CONFIGURATION

Database

First, create a database, call it something like "betvbet".

Edit the file config/db.php with real data, for example:

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=betvbet',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

About

A website where customers bet against each other rather than the bookie.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published