All Projects → tighten → Symposium

tighten / Symposium

Management of proposals, bios, photos, etc. for conference speakers.

Projects that are alternatives of or similar to Symposium

Health
Laravel Health Panel
Stars: ✭ 1,774 (+1029.94%)
Mutual labels:  hacktoberfest, laravel
Jigsaw
Simple static sites with Laravel’s Blade.
Stars: ✭ 1,823 (+1061.15%)
Mutual labels:  hacktoberfest, laravel
Daybydaycrm
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Stars: ✭ 1,856 (+1082.17%)
Mutual labels:  hacktoberfest, laravel
Voyager
Voyager - The Missing Laravel Admin
Stars: ✭ 10,801 (+6779.62%)
Mutual labels:  hacktoberfest, laravel
Laravel Ide Helper
Laravel IDE Helper
Stars: ✭ 11,893 (+7475.16%)
Mutual labels:  hacktoberfest, laravel
Confs.tech
List of tech conferences: JavaScript / Design - CSS - UX / Ruby - iOS - Android - PHP - Data - Devops and more.
Stars: ✭ 1,649 (+950.32%)
Mutual labels:  hacktoberfest, conference
Tgmeetup
A collection set of technical groups' information (meetup).
Stars: ✭ 139 (-11.46%)
Mutual labels:  hacktoberfest, conference
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+1001.91%)
Mutual labels:  hacktoberfest, laravel
Twcommunities
整理與蒐集台灣社群活動投影片
Stars: ✭ 145 (-7.64%)
Mutual labels:  hacktoberfest, conference
Pipedrive
Complete Pipedrive API client for PHP
Stars: ✭ 138 (-12.1%)
Mutual labels:  hacktoberfest, laravel
Onramp
Easing the onramp for new or non-PHP developers to become Laravel devs.
Stars: ✭ 123 (-21.66%)
Mutual labels:  hacktoberfest, laravel
Has Parameters
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
Stars: ✭ 149 (-5.1%)
Mutual labels:  hacktoberfest, laravel
Laravel Mail Editor
MailEclipse ⚡ Laravel Mailable Editor!
Stars: ✭ 1,714 (+991.72%)
Mutual labels:  hacktoberfest, laravel
Oc Mall Plugin
🏪 E-commerce solution for October CMS
Stars: ✭ 128 (-18.47%)
Mutual labels:  hacktoberfest, laravel
Facebook
📨 Facebook Notifications Channel for Laravel
Stars: ✭ 120 (-23.57%)
Mutual labels:  hacktoberfest, laravel
Simple Qrcode
An easy-to-use PHP QrCode generator with first-party support for Laravel.
Stars: ✭ 1,923 (+1124.84%)
Mutual labels:  hacktoberfest, laravel
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-28.03%)
Mutual labels:  hacktoberfest, laravel
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (-27.39%)
Mutual labels:  hacktoberfest, laravel
Ignition
A beautiful error page for Laravel apps
Stars: ✭ 1,885 (+1100.64%)
Mutual labels:  hacktoberfest, laravel
Voctoweb
voctoweb – the frontend and backend software behind media.ccc.de
Stars: ✭ 146 (-7.01%)
Mutual labels:  hacktoberfest, conference

Symposium_banner

Symposium

Actions Status

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..

Additional resources

Requirements

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. Place your Algolia keys in the .env file. This is also required for running PHPUnit tests.

    ALGOLIA_APP_ID=your-app-id-key
    ALGOLIA_SECRET=your-secret-key
    
  6. Generate an application key

    php artisan key:generate
    
  7. Run database migrations. If you want to include seed data, add a --seed flag.

    php artisan migrate --env=local
    
  8. (Optionally) Enable the API. This will output two client ID/secrets that you can use for testing

    php artisan passport:install
    
  9. Install frontend dependencies with npm install

  10. Build CSS with npm run dev

  11. 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
    
  12. Run tests with composer test.

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].