A web app for conference speakers to track talks, bios, and conferences. Free, available online at Symposiumapp.com.
A fun side project by some lovely folks at Tighten Co..
- Api documentation
- Chat about it on freenode IRC channel
#symposium
- PHP >= 5.5.9
- PHP mcrypt extension
- A supported relational database and corresponding PHP extension
- Composer
-
(Optionally) Fork this repository
-
Clone the repository locally
-
Install dependencies with
composer install -
Copy
.env.exampleto.envand modify its contents to reflect your local environment. -
Run database migrations. If you want to include seed data, add a
--seedflag.php artisan migrate --env=local
-
Configure a web server, such as the built-in PHP web server, to use the
publicdirectory as the document root.php -S localhost:8080 -t public
-
Run tests with
composer test.


