All Projects → tighten → Confomo

tighten / Confomo

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

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].