Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.
/ central Public archive

Central repository for storing the contact information for folks who want to stay active and involved

Notifications You must be signed in to change notification settings

StayWokeOrg/central

Repository files navigation

StayWoke Central

Codeship Status for StayWokeOrg/central

Central repository for all contact information gathered from various apps.

Additional resources

Requirements

  • PHP >= 5.6.4
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • A supported relational database and corresponding PHP extension
  • Composer

Installation

  1. (Optionally) Fork this repository

  2. Clone the repository locally

  3. Install dependencies with composer install

  4. Copy .env.example to .env and modify its contents to reflect your local environment.

  5. Run database migrations. If you want to include seed data, add a --seed flag.

    php artisan migrate
  6. Configure a web server, such as the built-in PHP web server, to use the public directory as the document root.

    php -S localhost:8080 -t public

    Or use Laravel Valet

  7. Run tests with ./vendor/bin/phpunit.

About

Central repository for storing the contact information for folks who want to stay active and involved

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published