Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

tighten/confomo

Repository files navigation

ConFOMO logo

Run tests

Connecting your online community with the real world, one conference at a time.

Built in 4 hours to help me track who I wanted to meet at Laracon 2014, and who I met there who I didn't know yet.

Updated for Laravel 5.1 and Vue in 2015/2016. @michaeldyrynda did most of the hard work there, and we documented it on a podcast.

Requirements

  • PHP = 7.4
  • Composer
  • Node and npm

Installation

  1. Fork this repository (optional).
  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. Generate an application key with php artisan key:generate.
  6. Migrate the database with php artisan migrate.
  7. Install frontend dependencies with npm install.
  8. Build and watch frontend assets with npm run dev.
  9. Configure a web server, such as the built-in PHP web server, to serve the site using the public directory as the document root: php -S localhost:8080 -t public.
  10. Run tests with vendor/bin/phpunit.

Contributing

Submit an issue for bugs or feature requests, or submit a PR against the master branch.

ConFOMO screenshot

License

Not sure. Don't steal it? Let's call it MIT for today.

About

ConFOMO is a simple tool that makes it easy to track your friends at conferences.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published