Skip to content

An example app for fielding questions from your audience.

Notifications You must be signed in to change notification settings

livewire/podium

Repository files navigation

Podium

An example app for fielding questions from your audience.

A screenshot of the app

Installation

After cloning this repo, run the following commands from your project root:

cp .env.example .env
composer install
php artisan key:generate
touch database/database.sqlite
php artisan migrate --seed
php artisan flux:activate
npm install
npm run dev

Now, open the project in your browser (Typically http://podium.test) and use the following credentials to log in:

User: [email protected]
Pass: password

Project structure

These are the key files to reference in this project:

podium/
├── routes/
│   └── web.php                      # Main web routes
│
└── resources/
    └── views/
        ├── dashboard.blade.php      # Question dashboard page
        └── livewire/
            └── question/
                ├── show.blade.php   # Question list item
                └── create.blade.php # Create question button & modal

References & documentation

About

An example app for fielding questions from your audience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages